taichi icon indicating copy to clipboard operation
taichi copied to clipboard

Check version number before uploading to pypi

Open ailzhang opened this issue 3 years ago • 0 comments

I forgot to upgrade version number in rc-v1.1.1 branch and had to yank this release due to the following two issues:

  • some of the built wheels have 1.1.0 in their names which is unexpected, they should use 1.1.1 which is manually specified when I started the workflow.
  • can we also add another check to make sure the version printed in ti.init aligns with tagged version before uploading to pypi?

workflow: https://github.com/taichi-dev/taichi/runs/7898021397?check_suite_focus=true

ailzhang avatar Aug 18 '22 12:08 ailzhang