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 beecaa0 commit f379b7eCopy full SHA for f379b7e
.github/workflows/publish.yaml
@@ -21,7 +21,7 @@ jobs:
21
- name: Build manylinux Python wheels
22
uses: RalfG/python-wheels-manylinux-build@v0.5.0-manylinux2014_x86_64
23
with:
24
- python-versions: 'cp36-cp36m cp37-cp37m cp38-cp38m cp39-cp39m cp310-cp310m'
+ python-versions: 'cp36-cp36m cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310'
25
build-requirements: 'cython numpy'
26
- name: Publish wheels to PyPI
27
env:
0 commit comments