-
Notifications
You must be signed in to change notification settings - Fork 0
Deploy to PyPI
benjaminbang987 edited this page May 2, 2019
·
2 revisions
Deployed to PyPI on May 1st, 2019.
Instructions to the PyPI deployment.
- Finish Dev Setup
- Make changes and push to master
- Update setup.py to uptick the version number
- Run
python3 setup.py sdist bdist_wheel
. This will create two files indist/
directory. - Create a sub-directory within
dist/
for a corresponding package version. Put the two resulting files from the previous step into this sub-directory - Run
twine upload dist/your-version-of-the-package
. - Check the release history here: https://pypi.org/project/c4sfcensusgeocoder/#history.