We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 165bcf5 commit 2943bedCopy full SHA for 2943bed
.github/workflows/pysplashsurf_CI.yml
@@ -336,7 +336,7 @@ jobs:
336
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
337
run: |
338
ls
339
- twine upload *.whl --skip-existing
+ twine upload --skip-existing *.whl *.tar.gz
340
341
build_wheel_dev:
342
name: Build wheel for documentation and tests
0 commit comments