numba / numba-rvsdg

Numba compatible RVSDG (Regionalized Value State Dependence Graph) utilities.
https://numba-rvsdg.readthedocs.io/
BSD 2-Clause "Simplified" License
18 stars 7 forks source link

release.yml is broken #102

Closed esc closed 1 year ago

esc commented 1 year ago

When attempting to release 0.0.3 it turned out that when pushing the tag, the release.yml workflow didn't trigger. The assumption is that this didn't work because the regex looks for a tag with v prefix. During testing this was found to not make a difference, but it seems like either that discovery was erroneous or that something has changed in the meantime. For the 0.0.4 release an experimental fix has been included:

https://github.com/numba/numba-rvsdg/pull/101/commits/42842505773542b1cad75bbc9a1f11bb812ce61f

esc commented 1 year ago

With 0.0.5 released and #104 merged, this is now resolved. For 0.0.5 I was able to use the release.yaml workflow to produce artifacts for PyPi.