-
Notifications
You must be signed in to change notification settings - Fork 1
Developer notes
Uche edited this page May 8, 2018
·
3 revisions
You need Github & PyPI update access.
#Update README.md
vi README.md
#Upload to PyPI
python setup.py sdist #Then check the contents of dist folder
twine upload dist/*
Note: You can test using twine upload --repository-url https://test.pypi.org/legacy/ dist/*
Bump version for next release
vi lib/version.py
git commit -am "Bump version"
git push