You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A few minor tweaks were made to make so that it won't open a PR with the wrong tag. With some changes to the CMakeLists.txt file, for version comparisons using SWIG_VERSION, it should be possible to make it work for releases of alpha/beta swig versions on PyPI.
SWIG just released v4.1.0-beta1; the automatic version update workflow here opened a PR bumping the version to v4.1.0 (missing the
-beta1
suffix).https://github.com/nightlark/swig-pypi/blob/main/.github/workflows/swig-update-autocheck.yml#L20-L24 needs some tweaks to recognize tags that have a beta/alpha release suffix.
The text was updated successfully, but these errors were encountered: