Skip to content

Commit c050c31

Browse files
committed
fix release maybe
1 parent 61b5e08 commit c050c31

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/release.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)