diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 2915b62..9117132 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -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'