Skip to content

Commit 14d6158

Browse files
committed
Fix:Use sudo with apt-get
1 parent fcbe786 commit 14d6158

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci/scripts/pypi_deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616

1717
set -euo pipefail
1818

19-
apt-get install -y twine
19+
sudo apt-get install -y twine
2020
twine upload --repository-url https://test.pypi.org/legacy/ -u ${PYPI_USERNAME} -p ${PYPI_PASSWORD} dist/*.whl dist/*.tar.gz

0 commit comments

Comments
 (0)