Skip to content

Maintainers

Tim Graham edited this page Dec 12, 2023 · 2 revisions

This page contains information for maintainers of django-cockroachdb.

Release instructions:

  1. Bump version in django_cockroachdb/__init__.py and (if necessary) “Development Status” classifier in setup.py.
  2. git tag --message="Tag 2.2a1" --sign 2.2a1
  3. git clean -dfx
  4. python setup.py sdist
  5. python setup.py bdist_wheel
  6. twine upload dist/*
  7. git push origin --tags
Clone this wiki locally