RalfG / python-wheels-manylinux-build

GitHub Action to build Python manylinux wheels
https://github.com/marketplace/actions/python-wheels-manylinux-build
Apache License 2.0
92 stars 44 forks source link

Add PEP 600 manylinux_x_y containers to Release v0.3.4 #42

Closed sbrodehl closed 2 years ago

sbrodehl commented 2 years ago

This PR adds the following PEP 600 manylinux_x_y containers to the rel_v0.3.4 branch:

On acceptance, please add to corresponding tags to the repo, so that these version can be used with the action. Thanks!

RalfG commented 2 years ago

Thansk for the suggestion, @sbrodehl!

I added the new images to the list in the Python script that automatically generates new tags upon each release: https://github.com/RalfG/python-wheels-manylinux-build/commit/04384c17f839cf45d096da094f8f8b0ca5017f1e https://github.com/RalfG/python-wheels-manylinux-build/blob/04384c17f839cf45d096da094f8f8b0ca5017f1e/.github/workflows/create_tags.py#L9-L13

RalfG commented 2 years ago

Now implemented in v0.4.0 https://github.com/RalfG/python-wheels-manylinux-build/releases/tag/v0.4.0

sbrodehl commented 2 years ago

Sorry, I somehow missed that script :thinking: But anyway, good to see the new images in, thanks!