Skip to content

Commit

Permalink
Added workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
VRSEN committed Feb 29, 2024
1 parent c67089f commit 6e1c0d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Publish to PyPI.org
on:
release:
types: [published, edited]
types: [published]
workflow_dispatch:
jobs:
pypi:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6e1c0d8

Please sign in to comment.