-
Notifications
You must be signed in to change notification settings - Fork 28
Maintainers
Tim Graham edited this page Dec 12, 2023
·
2 revisions
This page contains information for maintainers of django-cockroachdb.
Release instructions:
- Bump version in
django_cockroachdb/__init__.py
and (if necessary) “Development Status” classifier insetup.py
. git tag --message="Tag 2.2a1" --sign 2.2a1
git clean -dfx
python setup.py sdist
python setup.py bdist_wheel
twine upload dist/*
git push origin --tags