We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3f00134 + 868b69b commit 06cd082Copy full SHA for 06cd082
.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.3.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