We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91dd0ad commit 868b69bCopy full SHA for 868b69b
.github/workflows/release_wheel_creation.yml
@@ -33,7 +33,7 @@ jobs:
33
python -m pip install --upgrade pip
34
pip install twine wheel setuptools
35
- name: Build manylinux Python wheels
36
- uses: RalfG/python-wheels-manylinux-build@v0.4.3-manylinux2010_x86_64
+ uses: RalfG/python-wheels-manylinux-build@v0.4.0-manylinux2010_x86_64
37
with:
38
python-versions: 'cp36-cp36m cp37-cp37m cp38-cp38 cp39-cp39'
39
build-requirements: 'cython'
0 commit comments