Skip to content

Commit

Permalink
Fix skip
Browse files Browse the repository at this point in the history
  • Loading branch information
Joaopeuko committed Dec 8, 2023
1 parent 5577e71 commit e0b855b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
TWINE_PASSWORD: ${{ secrets.TEST_PYPI }}
run: |
python -m poetry build
twine upload --repository-url https://test.pypi.org/legacy/ dist/*
twine upload --skip-existing --repository-url https://test.pypi.org/legacy/ dist/*
- name: Publish to PyPI (if it's a new tag)
if: github.ref == 'refs/heads/master'
Expand Down

0 comments on commit e0b855b

Please sign in to comment.