Skip to content

Commit

Permalink
Publish to PyPI on every tag aka new version push
Browse files Browse the repository at this point in the history
Ignore Releases for now
  • Loading branch information
alexpovel committed Jul 17, 2022
1 parent 26550c6 commit 308fa80
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
name: "Publish to PyPI"

on:
release:
types: [published]
push:
tags:
- v**

jobs:
publish:
Expand Down

0 comments on commit 308fa80

Please sign in to comment.