Skip to content

Commit

Permalink
Add workflow_dispatch to publish package CI
Browse files Browse the repository at this point in the history
  • Loading branch information
inyutin committed Oct 27, 2024
1 parent f402cf6 commit 75dbda9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Publish package to PyPI

on:
workflow_dispatch:
release:
types: [ released ]

Expand Down

0 comments on commit 75dbda9

Please sign in to comment.