Module 7: Publishing
- Add license to the root folder (see https://choosealicense.com/)
- Change version number to 0.1.0
- Make a release in GitHub - click “Draft a new release” and add a tag (v0.1.0) and a release title (v0.1.0)
- Update version number to dev version 0.2.0dev0
- Optional: Build the package with “>python -m build” from the project root (install build first)
- Optional: Publish the package to the PyPI Test Server (requires setting up a PyPI account and two-factor authentication!)
Back to course project overview