Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 291 Bytes

UPLOAD_NOTES.md

File metadata and controls

14 lines (10 loc) · 291 Bytes

Upload Notes

For when I forget how I did this...

# Build the source distribution and universal wheel
# saved into dist/ folder
$ tox -e dist

# Upload!
$ twine upload dist/*

Make sure that your ~/.pypirc has username under [pypi] or specify it to twine directly.