diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 3bc1768..c90ae07 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -42,4 +42,4 @@ jobs: TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }} run: | twine check ./wheelhouse/*.whl - twine upload ./wheelhouse/*.whl + twine upload --skip-existing ./wheelhouse/*.whl