Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 634 Bytes

File metadata and controls

13 lines (12 loc) · 634 Bytes

Releasing django-querysetsequence

  1. Bump the version in pyproject.toml and CHANGELOG.rst.
  2. Double check the trove classifiers in pyproject.toml (they should match the supported Python version in README.rst and tox.ini).
  3. Make a git commit.
  4. Create a git tag: git tag <version>
  5. Push to GitHub: git push origin main & git push --tags
  6. Build the package via python -m build.
  7. Run twine checks: twine check dist/*
  8. Upload to PyPI: twine upload dist/*
  9. Create a new release on GitHub: https://github.com/clokep/celery-batches/releases/new