We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4be360 commit dd8bdb1Copy full SHA for dd8bdb1
build.sh
@@ -190,7 +190,7 @@ cd .. || exit
190
191
# Upload build to PyPI. Credentials are in '~.pypirc'.
192
_info "Uploading the built package to PyPI ...\n"
193
-twine upload --repository pypi ./dist/*.tar.gz ./dist/*.whl && _success || _failed
+# twine upload --repository pypi ./dist/*.tar.gz ./dist/*.whl && _success || _failed
194
195
196
# Exit out of virtual environment, cleanup egg files and delete venv.
0 commit comments