Skip to content

Commit

Permalink
CI: allow triggering publish workflow manually
Browse files Browse the repository at this point in the history
  • Loading branch information
schlegelp committed Aug 30, 2024
1 parent c8121a0 commit 22456fc
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 🐍 distributions 📦 to PyPI
on:
release:
types: [created]
workflow_dispatch

jobs:
build-n-publish:
Expand Down

0 comments on commit 22456fc

Please sign in to comment.