Skip to content

Commit

Permalink
Allow manually triggering release action
Browse files Browse the repository at this point in the history
  • Loading branch information
BSchilperoort committed Oct 22, 2024
1 parent 8fee27f commit 94bfafb
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
Expand Up @@ -3,6 +3,7 @@ name: Publish Python 🐍 distribution 📦 to PyPI
on:
release:
types: [created]
workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit 94bfafb

Please sign in to comment.