Skip to content

Commit 9812cb2

Browse files
authored
Update publish_to_pypi.yaml
add manual trigger to publish ci
1 parent b5daf7d commit 9812cb2

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/publish_to_pypi.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ on:
44
push:
55
tags:
66
- '**'
7+
workflow_call:
8+
workflow_dispatch:
9+
inputs:
10+
debug_enabled:
11+
type: boolean
12+
description: 'Run the build with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)'
13+
required: false
14+
default: false
15+
716
env:
817
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN_PETDEFACE }}
918

@@ -31,4 +40,4 @@ jobs:
3140
3241
- name: Publish Package
3342
run: |
34-
uv publish --token $PYPI_TOKEN_PETDEFACE
43+
uv publish --token $PYPI_TOKEN_PETDEFACE

0 commit comments

Comments
 (0)