We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02ef9a2 commit 5d6ce3eCopy full SHA for 5d6ce3e
.github/workflows/python-publish.yml
@@ -30,7 +30,7 @@ jobs:
30
python -m pip install --upgrade pip
31
pip install build
32
- name: Build manylinux Python wheels
33
- uses: RalfG/python-wheels-manylinux-build@v0.7.1-manylinux2014_x86_64
+ uses: tmtenbrink/python-wheels-manylinux-build@1.0.0
34
with:
35
python-versions: 'cp38-cp38 cp39-cp39 cp310-cp310 cp311-cp311'
36
build-requirements: 'build'
0 commit comments