Skip to content

Commit 9ea4c34

Browse files
committed
build: fix
1 parent 0bea9c6 commit 9ea4c34

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ jobs:
3535
os: [macos-latest, windows-latest, ubuntu-latest]
3636
cibw_arch: ["auto64", "aarch64", "universal2"]
3737
cibw_python:
38-
- "cp39-*"
39-
- "cp310-*"
40-
- "cp311-*"
41-
- "cp312-*"
42-
- "cp313-*"
38+
- "cp39"
39+
- "cp310"
40+
- "cp311"
41+
- "cp312"
42+
- "cp313"
4343
exclude:
4444
- os: ubuntu-latest
4545
cibw_arch: universal2
@@ -73,7 +73,7 @@ jobs:
7373
- uses: pypa/cibuildwheel@main
7474
env:
7575
CIBW_BUILD_VERBOSITY: 1
76-
CIBW_BUILD: ${{ matrix.cibw_python }}
76+
CIBW_BUILD: ${{ matrix.cibw_python }}-*
7777
CIBW_ARCHS: ${{ matrix.cibw_arch }}
7878

7979
- uses: actions/upload-artifact@main

0 commit comments

Comments
 (0)