Skip to content

Commit

Permalink
Also skip Manylinux 2_24 for 3.12
Browse files Browse the repository at this point in the history
(something's broken in the GitHub Action)
  • Loading branch information
domdfcoding committed Oct 19, 2023
1 parent 61c9f23 commit 3d47ea7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/manylinux_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:

- name: Build manylinux_2_24 Python wheels 🎡
uses: RalfG/python-wheels-manylinux-build@v0.7.1-manylinux_2_24_x86_64
if: ${{ contains(fromJson('["3.12"]'), matrix.config.python-version) == false }}
with:
python-versions: '${{ matrix.config.tag }}'
package-path: ''
Expand Down

0 comments on commit 3d47ea7

Please sign in to comment.