Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yushulx committed Aug 16, 2024
1 parent e04fd86 commit 5d08192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
if: matrix.os == 'ubuntu-latest'
run: |
docker run --rm -v $(pwd):/io quay.io/pypa/manylinux_2_24_x86_64 \
/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"
- name: Build wheels for Windows
if: matrix.os == 'windows-latest'
Expand Down

0 comments on commit 5d08192

Please sign in to comment.