Skip to content

Commit e04fd86

Browse files
committed
Update main.yml
1 parent 24b0344 commit e04fd86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
if: matrix.os == 'ubuntu-latest'
3030
run: |
3131
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"
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"
3333
3434
- name: Build wheels for Windows
3535
if: matrix.os == 'windows-latest'

0 commit comments

Comments
 (0)