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.
RalfG/python-wheels-manylinux-build@v0.4.0
1 parent 4578435 commit 7ed85caCopy full SHA for 7ed85ca
.github/workflows/wheels.yml
@@ -18,9 +18,9 @@ jobs:
18
- name: Checkout
19
uses: actions/checkout@v2
20
- name: Build manylinux Python wheels
21
- uses: RalfG/python-wheels-manylinux-build@v0.3.4-manylinux2014_x86_64
+ uses: RalfG/python-wheels-manylinux-build@v0.4.0-manylinux2014_x86_64
22
with:
23
- python-versions: 'cp37-cp37m cp38-cp38 cp39-cp39'
+ python-versions: 'cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310'
24
build-requirements: 'cffi numpy>=1.18,<1.19 cython'
25
pre-build-command: ${{ format('sh suitesparse.sh {0}', github.ref) }}
26
- name: Publish wheels to PyPI
0 commit comments