Skip to content

Commit 9ed9159

Browse files
Update build_wheels.yml
1 parent 62ee06a commit 9ed9159

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build_wheels.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ jobs:
8484
# Note that at least manylinux2014 is needed to get support for C++17
8585
- name: Build manylinux Python wheels
8686
uses: RalfG/python-wheels-manylinux-build@v0.7.1-manylinux2014_x86_64
87+
with:
88+
python-versions: 'cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310 cp311-cp311 cp312-cp312'
89+
build-requirements: 'setuptools'
8790

8891
- name: upload wheels
8992
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)