Skip to content

Commit 3c5337b

Browse files
committed
tweak upload artifact fix
1 parent 5cd5e97 commit 3c5337b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ jobs:
7575
matrix:
7676
os: [ubuntu-latest, macos-latest, windows-latest]
7777
python-version: [
78-
["3.x", "cp38-*"],
79-
["3.x", "pp*-*"],
80-
["3.14t", "cp314t-*"],
78+
["3.x", "cp38"],
79+
["3.x", "pp311"],
80+
["3.14t", "cp314t"],
8181
]
8282

8383
steps:
@@ -101,7 +101,7 @@ jobs:
101101
- name: Build wheels
102102
run: python -m cibuildwheel --output-dir wheelhouse
103103
env:
104-
CIBW_BUILD: ${{ matrix.python-version[1] }}
104+
CIBW_BUILD: ${{ matrix.python-version[1] }}-*
105105
CIBW_SKIP: "*musllinux*"
106106
CIBW_ENABLE: pypy
107107
CIBW_ARCHS_LINUX: auto aarch64

0 commit comments

Comments
 (0)