Skip to content

Commit 6887b20

Browse files
committed
Only build cpython builds
1 parent 30647cd commit 6887b20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,10 +146,10 @@ jobs:
146146
name: Install Python
147147
- name: Install cibuildwheel
148148
run: python -m pip install cibuildwheel==1.8.0
149-
env:
150-
CIBW_BUILD: "cp36-* cp37-* cp38-* cp39-*"
151149
- name: Build wheels
152150
run: cibuildwheel --output-dir dist
151+
env:
152+
CIBW_BUILD: "cp3{6,7,8,9}-*"
153153
- name: Build sdist
154154
if: "runner.os == 'Linux'"
155155
run: python setup.py sdist

0 commit comments

Comments
 (0)