Skip to content

Commit 852fdac

Browse files
publish to pypi added with workflow dispatch;
1 parent 4c7a39c commit 852fdac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
publish-to-pypi:
5555
name: >-
5656
Publish Python distribution to PyPI
57-
if: startsWith(github.ref, 'refs/tags/')
57+
if: github.event_name == 'workflow_dispatch' || startsWith(github.ref, 'refs/tags/')
5858
needs:
5959
- build
6060
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)