Skip to content

Commit f379b7e

Browse files
committed
fix build for later python versions
1 parent beecaa0 commit f379b7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Build manylinux Python wheels
2222
uses: RalfG/python-wheels-manylinux-build@v0.5.0-manylinux2014_x86_64
2323
with:
24-
python-versions: 'cp36-cp36m cp37-cp37m cp38-cp38m cp39-cp39m cp310-cp310m'
24+
python-versions: 'cp36-cp36m cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310'
2525
build-requirements: 'cython numpy'
2626
- name: Publish wheels to PyPI
2727
env:

0 commit comments

Comments
 (0)