Skip to content

Commit 30647cd

Browse files
committed
Correct identifiers
1 parent 261cda8 commit 30647cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
- name: Install cibuildwheel
148148
run: python -m pip install cibuildwheel==1.8.0
149149
env:
150-
CIBW_BUILD: py36,py37,py38,py39
150+
CIBW_BUILD: "cp36-* cp37-* cp38-* cp39-*"
151151
- name: Build wheels
152152
run: cibuildwheel --output-dir dist
153153
- name: Build sdist

0 commit comments

Comments
 (0)