We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 55b785d + c210551 commit 9585e0cCopy full SHA for 9585e0c
.github/workflows/wheels.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Build manylinux Python wheels
21
uses: RalfG/[email protected]_x86_64
22
with:
23
- python-versions: 'cp38-cp38 cp39-cp39 cp310-cp310'
+ python-versions: 'cp38-cp38 cp39-cp39'
24
build-requirements: 'cffi numpy>=1.19,<1.20 cython'
25
pre-build-command: ${{ format('sh suitesparse.sh {0}', github.ref) }}
26
- name: Publish wheels to PyPI
0 commit comments