Skip to content

Commit a13d778

Browse files
committed
Add sudo in deploy.sh
1 parent 60a5bcb commit a13d778

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/deploy.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
2-
pip install twine
3-
twine upload --username whtsky --password $PYPI_PASSWORD wheelhouse/bencoder*.whl
2+
sudo pip install twine
3+
sudo twine upload --username whtsky --password $PYPI_PASSWORD wheelhouse/bencoder*.whl

0 commit comments

Comments
 (0)