Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 242 Bytes

build_process.md

File metadata and controls

9 lines (9 loc) · 242 Bytes

Manual build process

  1. Commit, push and run CI tests
  2. git tag -m VX.X.X X.X.X
  3. git push github master --tags
  4. git clean -fdxn
  5. git clean -fdx
  6. python setup.py sdist
  7. python setup.py bdist_wheel
  8. python -m twine upload dist/*