Skip to content

Commit

Permalink
Skip Manylinux 2010 on Python 3.12 too (take 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Oct 19, 2023
1 parent 11830f2 commit 61c9f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manylinux_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Build manylinux2010 Python wheels 🎡
uses: RalfG/python-wheels-manylinux-build@v0.7.1-manylinux2010_x86_64
if: ${{ matrix.config.python-version != '3.11' }} or ${{matrix.config.python-version != '3.12' }}
if: ${{ contains(fromJson('["3.11", "3.12"]'), matrix.config.python-version) == false }}
with:
python-versions: '${{ matrix.config.tag }}'
package-path: ''
Expand Down

0 comments on commit 61c9f23

Please sign in to comment.