Skip to content

Commit

Permalink
build: skip PyPI upload on existing version
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Jul 17, 2023
1 parent 4e918e6 commit 756ea95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
build: true
password: ${{ secrets.EQT_SECRET_TOKEN }}
upload: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags') }}
skip_existing: true # allow for annotated tag amendments
- if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
name: Release
run: >
Expand Down

0 comments on commit 756ea95

Please sign in to comment.