-
Notifications
You must be signed in to change notification settings - Fork 10
Home
Zack edited this page Mar 30, 2017
·
2 revisions
# Packaging notes
# Generate a new tag
git commit -am "Version bump"
git tag -a vX.Y -m "Description"
git push origin --tags
# Setup ~/.pypirc according to http://peterdowns.com/posts/first-time-with-pypi.html
# Run this for the first time
python setup.py register -r pypi
# Run to update
python setup.py sdist upload -r pypi