Skip to content

Commit

Permalink
enable manual workflow dispatches (#698)
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeUrban committed Aug 21, 2023
1 parent ea10f35 commit 8dedb40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Publish to PyPI

on:
release:
types: [created, edited]
types: [created]
workflow_dispatch: {}

jobs:
publish:
Expand Down

0 comments on commit 8dedb40

Please sign in to comment.