Skip to content

Commit 00e0535

Browse files
committed
don't upload to pypi yet
1 parent c608208 commit 00e0535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.scripts/publish_pypi_release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ echo -n 'Using setuptools version: '
77
python -c "import setuptools; print(setuptools.__version__)"
88

99
echo 'Uploading files to PyPi...'
10-
twine upload 'dist/*'
10+
# twine upload 'dist/*'

0 commit comments

Comments
 (0)