Skip to content

Commit

Permalink
Update release-workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
crismunoz authored Oct 3, 2023
1 parent de53af3 commit 2f9cd54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
poetry config pypi-token.pypi $pypi_token
- name: Deploy to PyPI
run: |
poetry publish --build
poetry publish --build --skip-existing

0 comments on commit 2f9cd54

Please sign in to comment.