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