We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36bdb32 commit 0426c62Copy full SHA for 0426c62
.github/workflows/build_deploy.yml
@@ -83,7 +83,7 @@ jobs:
83
run: |
84
echo ${GITHUB_REF}
85
[[ ${GITHUB_REF} == "refs/heads/main" ]] && PYPI_REPOSITORY="--repository testpypi"
86
- twine upload ${PYPI_REPOSITORY} dist/*
+ twine upload --skip-existing ${PYPI_REPOSITORY} dist/*
87
env:
88
TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}
89
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
0 commit comments