Skip to content

Commit 74899bd

Browse files
ci: fix release pipeline
1 parent d6f71e6 commit 74899bd

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
path: dist/*
4141

4242
build_wheels:
43-
name: Build wheels on ${{ matrix.os }} for Python ${{ matrix.python }}
43+
name: Build wheels on ${{ matrix.os }}
4444
runs-on: ${{ matrix.os }}
4545
strategy:
4646
matrix:
@@ -62,9 +62,8 @@ jobs:
6262
python -m pip install wheel cibuildwheel
6363
- name: Build wheels
6464
env:
65-
CIBW_BUILD: "cp311-* cp312-* cp313-* cp314-*"
65+
CIBW_BUILD: "cp310-* cp311-* cp312-* cp313-* cp314-*"
6666
CIBW_ARCHS_MACOS: x86_64 universal2 arm64
67-
CIBW_ARCHS_LINUX: ${{ matrix.archs }}
6867
CIBW_ARCHS_WINDOWS: auto64
6968
CIBW_TEST_REQUIRES: pytest
7069
CIBW_TEST_COMMAND: python -m pytest {package}/tests -v
@@ -73,7 +72,7 @@ jobs:
7372
- name: Store artifacts
7473
uses: actions/upload-artifact@v4
7574
with:
76-
name: cibw-wheels-${{ runner.os }}-${{ matrix.python }}
75+
name: cibw-wheels-${{ runner.os }}
7776
path: dist/*.whl
7877

7978
publish:

0 commit comments

Comments
 (0)