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 e04fd86 commit 5d08192Copy full SHA for 5d08192
.github/workflows/main.yml
@@ -29,7 +29,7 @@ jobs:
29
if: matrix.os == 'ubuntu-latest'
30
run: |
31
docker run --rm -v $(pwd):/io quay.io/pypa/manylinux_2_24_x86_64 \
32
- /bin/bash -c "pip install -U setuptools wheel && cd /io && python3 setup.py bdist_wheel -d dist && auditwheel repair dist/*.whl -w /io/wheelhouse"
+ /bin/bash -c "python3 -m pip install -U setuptools wheel && cd /io && python3 setup.py bdist_wheel -d dist && auditwheel repair dist/*.whl -w /io/wheelhouse"
33
34
- name: Build wheels for Windows
35
if: matrix.os == 'windows-latest'
0 commit comments