-
-
Notifications
You must be signed in to change notification settings - Fork 138
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
CHANGELOG
with the new changes - Make sure help text in
README.md
is up-to-date - Create signed tag and push to GitHub
- Create a GitHub release and populate the release notes section with what went into
CHANGELOG
earlier - 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}