Skip to content

Commit bc0c7cb

Browse files
committed
Added note to use API token for uploading to PyPI
1 parent c9479a6 commit bc0c7cb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pypi.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,9 @@
6262

6363

6464
rm -rf dist
65-
python3 -m build --sdist --wheel
65+
python3 -m build --sdist --wheel
66+
# Use API Token instead of username+password
67+
# https://pypi.org/help/#apitoken
6668
twine upload --verbose --repository-url https://test.pypi.org/legacy/ dist/*
6769
# twine upload dist/*
6870
rm -rf build dist stumpy.egg-info

0 commit comments

Comments
 (0)