Skip to content

Commit 7ed85ca

Browse files
committed
Update github action to RalfG/python-wheels-manylinux-build@v0.4.0
Also, build wheels for Python 3.10
1 parent 4578435 commit 7ed85ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
- name: Checkout
1919
uses: actions/checkout@v2
2020
- name: Build manylinux Python wheels
21-
uses: RalfG/python-wheels-manylinux-build@v0.3.4-manylinux2014_x86_64
21+
uses: RalfG/python-wheels-manylinux-build@v0.4.0-manylinux2014_x86_64
2222
with:
23-
python-versions: 'cp37-cp37m cp38-cp38 cp39-cp39'
23+
python-versions: 'cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310'
2424
build-requirements: 'cffi numpy>=1.18,<1.19 cython'
2525
pre-build-command: ${{ format('sh suitesparse.sh {0}', github.ref) }}
2626
- name: Publish wheels to PyPI

0 commit comments

Comments
 (0)