Skip to content

Commit dd8bdb1

Browse files
author
Lennolium
committed
v0.1.5
1 parent f4be360 commit dd8bdb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ cd .. || exit
190190

191191
# Upload build to PyPI. Credentials are in '~.pypirc'.
192192
_info "Uploading the built package to PyPI ...\n"
193-
twine upload --repository pypi ./dist/*.tar.gz ./dist/*.whl && _success || _failed
193+
# twine upload --repository pypi ./dist/*.tar.gz ./dist/*.whl && _success || _failed
194194

195195

196196
# Exit out of virtual environment, cleanup egg files and delete venv.

0 commit comments

Comments
 (0)