Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 285 Bytes

RELEASE_PROCESS.md

File metadata and controls

6 lines (6 loc) · 285 Bytes
  • double-check the version number in saga_tools/version.py matches the desired release version
  • run towncrier and commit the updated changelog
  • be sure dist is empty
  • python setup.py sdist bdist_wheel
  • twine upload dist/*
  • bump version number in saga_tools/version.py