-
-
Notifications
You must be signed in to change notification settings - Fork 152
Home
Arun edited this page Jul 3, 2022
·
4 revisions
- Bump
_VERSION_inddgr - Update date and version in
ddgr.1 - Update
packagecore.yaml, if necessary - Update
CHANGELOGwith the new changes - Make sure help text in
README.mdis up-to-date - Create signed tag and push to GitHub
- Create a GitHub release and populate the release notes section with what went into
CHANGELOGearlier - Notify downstream package maintainers
PyPI update procedure:
sudo pip3 install -U wheel twine
python3 setup.py sdist
python3 setup.py bdist_wheel
twine upload dist/ddgr-$version{.tar.gz,-py3-none-any.whl}