Skip to content
Tim Graham edited this page Dec 5, 2019 · 13 revisions

Welcome to the django-cockroachdb wiki!

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 -s dist/*
  7. git push origin --tags
Clone this wiki locally