Skip to content

Commit

Permalink
Add workflow event trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
mharvilla committed Jan 31, 2024
1 parent 976a58d commit 7c7f1b4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
name: Publish to PyPI

on:
release:
types: [published]

jobs:
pypi-publish:
name: Upload release to PyPI
Expand Down

0 comments on commit 7c7f1b4

Please sign in to comment.