File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -40,10 +40,17 @@ jobs:
4040 shell : bash
4141
4242 - name : Linux Build
43- if : ${{ startsWith(matrix.os, 'ubuntu') }}
43+ if : ${{ startsWith(matrix.os, 'ubuntu') && startsWith(matrix.python-version, '3.10') }}
44+ uses : RalfG/python-wheels-manylinux-build@v0.5.0-manylinux_2_28_x86_64
45+ with :
46+ python-versions : " cp310-cp310"
47+ build-requirements : " Cython~=3.0.0a11"
48+
49+ - name : Linux Build
50+ if : ${{ startsWith(matrix.os, 'ubuntu') && startsWith(matrix.python-version, '3.11') }}
4451 uses : RalfG/python-wheels-manylinux-build@v0.5.0-manylinux_2_28_x86_64
4552 with :
46- python-versions : " cp310 -cp311"
53+ python-versions : " cp311 -cp311"
4754 build-requirements : " Cython~=3.0.0a11"
4855
4956 - name : Purge Bad Wheels
You can’t perform that action at this time.
0 commit comments