We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62ee06a commit 9ed9159Copy full SHA for 9ed9159
.github/workflows/build_wheels.yml
@@ -84,6 +84,9 @@ jobs:
84
# Note that at least manylinux2014 is needed to get support for C++17
85
- name: Build manylinux Python wheels
86
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'
90
91
- name: upload wheels
92
uses: actions/upload-artifact@v2
0 commit comments