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 24b0344 commit e04fd86Copy full SHA for e04fd86
.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 "cd /io && python3 setup.py bdist_wheel -d dist && auditwheel repair dist/*.whl -w /io/wheelhouse"
+ /bin/bash -c "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