Skip to content
Milad edited this page Jan 11, 2020 · 1 revision

Pre Steps:

  1. python3 -m pip install --user --upgrade twine

Steps to deploy django_jalali package:

  1. Make sure the tests pass
  2. Release updates:
  • Bump the version in setup.py following Semantic Versioning
  • Update CHANGELOG.md following keep a changelog
  • Commit the changes to master
  • Tag the master using v<version> format.
  • Push the master and new tag
  1. python3 setup.py sdist bdist_wheel
  2. python3 -m twine upload dist/*
Clone this wiki locally