Skip to content

Commit

Permalink
chore: publish to pypi on all commits to main (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtanker committed Nov 22, 2023
1 parent ae9cbac commit 5b0b9f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
url: https://pypi.org/p/invert4geom
permissions:
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 5b0b9f3

Please sign in to comment.