We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b94d519 commit c080a46Copy full SHA for c080a46
1 file changed
ci/scripts/pypi_deploy.sh
@@ -17,5 +17,5 @@
17
set -euo pipefail
18
19
sudo apt-get update -y
20
-sudo apt-get install -y twine
+sudo apt-get install -y twine python3-setuptools
21
twine upload --repository-url https://test.pypi.org/legacy/ -u ${PYPI_USERNAME} -p ${PYPI_PASSWORD} dist/*.whl dist/*.tar.gz
0 commit comments