Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 208 Bytes

PyPiNotes.md

File metadata and controls

7 lines (7 loc) · 208 Bytes
geany setup.py  # edit version number
python setup.py sdist
#twine upload -r pypi dist/pylnlib-<version>.tar.gz  # credentials are in ~/.pypirc
twine upload dist/`ls -1 dist/ | tail -1`
rm dist/*