Skip to content

Commit

Permalink
Add release action to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fmaguire committed May 21, 2024
1 parent 26e06dc commit 3c68cea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/python_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@

name: python_publish

on:
release:
types: [created]

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

0 comments on commit 3c68cea

Please sign in to comment.