We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60a5bcb commit a13d778Copy full SHA for a13d778
ci/deploy.sh
@@ -1,3 +1,3 @@
1
#!/bin/bash
2
-pip install twine
3
-twine upload --username whtsky --password $PYPI_PASSWORD wheelhouse/bencoder*.whl
+sudo pip install twine
+sudo twine upload --username whtsky --password $PYPI_PASSWORD wheelhouse/bencoder*.whl
0 commit comments