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 7e9d437 commit 49ad011Copy full SHA for 49ad011
deploy.sh
@@ -11,4 +11,6 @@ username: ${PYPI_USERNAME}
11
password: ${PYPI_PASSWORD}
12
EOF
13
14
-python setup.py sdist upload
+pip install twine
15
+twine upload -r pypi dist/*
16
+
0 commit comments