Skip to content

Commit

Permalink
Allow manual start of workflow v2
Browse files Browse the repository at this point in the history
  • Loading branch information
lindonroberts committed Apr 15, 2024
1 parent 6c5605e commit 1ae7633
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/upload_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ name: Package and upload to PyPI

# Publish when a (published) GitHub Release is created
on:
workflow_dispatch:
release:
types:
- published, workflow_dispatch
- published


jobs:
build:
Expand Down

0 comments on commit 1ae7633

Please sign in to comment.