halide / Halide

a language for fast, portable data-parallel computation
https://halide-lang.org
Other
5.89k stars 1.07k forks source link

Uploads to PyPI not happening on release #7501

Open dragly opened 1 year ago

dragly commented 1 year ago

Looking at the pypi.yml workflow in the latest version of the release/15.x branch, it seems at first glance like it should be invoked whenever a release is created:

https://github.com/halide/Halide/blob/4c63f1befa1063184c5982b11b6a2cc17d4e5815/.github/workflows/pip.yml

However, it seems like it was not run for 15.0.0 and 15.0.1. Any ideas on why it is not triggered?

alexreinking commented 1 year ago

I think it's because it's untested and I was hesitant to upload anything to the Real PyPA when there were still issues on Test PyPA

dragly commented 1 year ago

That makes sense. Which issues remain on Test PyPA apart from being able to overwrite existing packages, i.e. #7293? I have been testing the one package that is one there quite a bit and it seems to work nicely :+1: