Skip to content

Commit

Permalink
Fixing pypi trigger (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertDeFusco authored May 4, 2024
1 parent 096aceb commit 4a9647a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ jobs:

publish-to-pypi:
name: Build & publish to PyPI
if: github.event_name == 'release' && github.event.action == 'created'
if: startsWith(github.event.ref, 'refs/tags/')
runs-on: ubuntu-latest
needs: [check]
steps:
Expand Down

0 comments on commit 4a9647a

Please sign in to comment.