Skip to content

Commit 254cc3a

Browse files
committed
Update build instructions to remember how to authenticate with a pypi API token
1 parent 95deaf8 commit 254cc3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ pip3 install twine
439439
rm -rf dist
440440
python3 setup.py sdist
441441
python3 setup.py bdist_wheel
442-
twine upload dist/*
442+
twine upload dist/* # username: __token__ password: pypi API token
443443
git tag v1.0.XXX # replace with version in setup.cfg
444444
git push --tags
445445
```

0 commit comments

Comments
 (0)