Skip to content

Commit

Permalink
Merge pull request #537 from eriknw/auto_pypi
Browse files Browse the repository at this point in the history
Tag glob pattern for auto-upload to PyPI
  • Loading branch information
eriknw committed Jul 10, 2022
2 parents 07d20d2 + e50ab10 commit 245b78e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Publish to PyPI
on:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+*'

jobs:
build_and_deploy:
Expand Down

0 comments on commit 245b78e

Please sign in to comment.