-
Notifications
You must be signed in to change notification settings - Fork 12
Release Workflow
Aly Sivji edited this page Dec 7, 2020
·
4 revisions
This page contains information about how to cut a new release and upload to PyPI.
- Bump version in
__init__.py
; make a PR and merge - Grab lastest version,
X.Y.Z
- Generate changelog:
python scripts/generate_changelog.py -v X.Y.Z
- Cut a release on GitHub
- Upload to PyPI with flit
Flit simplifies the workflow of packaging and releasing Python libraries.
pip install flit
flit build
flit publish --repository testpypi