We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5b45f3f + 49ad011 commit 2337abdCopy full SHA for 2337abd
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