Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
added --skip-existing for existing pypi version.
  • Loading branch information
cqbanh authored Dec 14, 2023
1 parent f3ebdf1 commit ea52d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ jobs:
env:
POETRY_PYPI_TOKEN_PYPI: ${{secrets.PYPI_API_TOKEN}}
run: |
poetry publish
poetry publish --skip-existing
# - name: Publish to pypi.org
# if: ${{ github.ref == 'refs/heads/main' }}
Expand Down

0 comments on commit ea52d88

Please sign in to comment.