We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6873cc commit d02ac6cCopy full SHA for d02ac6c
1 file changed
ci/scripts/pypi_deploy.sh
@@ -17,4 +17,4 @@
17
set -euo pipefail
18
19
apt install -y twine
20
-twine upload -u ${PYPI_USERNAME} -p ${PYPI_PASSWORD} dist/*
+twine upload -u ${PYPI_USERNAME} -p ${PYPI_PASSWORD} dist/*.whl dist/*.tar.gz
0 commit comments