We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13158ad commit 0e94955Copy full SHA for 0e94955
.github/workflows/publish-to-pypi.yaml
@@ -19,7 +19,7 @@ jobs:
19
- name: Build a binary wheel and a source tarball
20
uses: RalfG/python-wheels-manylinux-build@v0.3.4-manylinux2010_x86_64
21
with:
22
- python-versions: 'cp38-cp38m'
+ python-versions: 'cp38-cp38'
23
build-requirements: 'cython numpy'
24
- name: Copy manylinux wheel into the dist directory
25
run: |
0 commit comments