Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update SWIG update autocheck workflow to handle tags for beta/alpha releases #58

Open
nightlark opened this issue Oct 17, 2022 · 1 comment
Labels
bug Something isn't working hacktoberfest help wanted Extra attention is needed

Comments

@nightlark
Copy link
Owner

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.

@nightlark nightlark added bug Something isn't working help wanted Extra attention is needed hacktoberfest labels Oct 17, 2022
@nightlark
Copy link
Owner Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working hacktoberfest help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant