We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a837e05 commit 79e7f5bCopy full SHA for 79e7f5b
.github/workflows/release_wheel_creation.yml
@@ -77,7 +77,7 @@ jobs:
77
python -m pip install --upgrade pip
78
pip install twine wheel setuptools
79
- name: Build manylinux Python wheels
80
- uses: RalfG/python-wheels-manylinux-build@v0.3.3-manylinux2014_aarch64
+ uses: RalfG/python-wheels-manylinux-build@v0.4.0-manylinux2014_aarch64
81
with:
82
python-versions: 'cp36-cp36m cp37-cp37m cp38-cp38 cp39-cp39'
83
build-requirements: 'cython'
0 commit comments