Skip to content

Commit 0e94955

Browse files
committed
Fix python version
1 parent 13158ad commit 0e94955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Build a binary wheel and a source tarball
2020
uses: RalfG/python-wheels-manylinux-build@v0.3.4-manylinux2010_x86_64
2121
with:
22-
python-versions: 'cp38-cp38m'
22+
python-versions: 'cp38-cp38'
2323
build-requirements: 'cython numpy'
2424
- name: Copy manylinux wheel into the dist directory
2525
run: |

0 commit comments

Comments
 (0)