Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Isotr0py committed Sep 30, 2023
1 parent c114292 commit 02c3ddc
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@ jobs:
# before-script-linux: |
# yum install -y cmake clang doxygen extra-cmake-modules ninja-build

- name: Fix wheels with auditwheel
run: |
pip install auditwheel
for wheel in ${{ github.workspace }}/wheels/*manylinux*.whl; do
echo "Processing $wheel"
auditwheel repair "$wheel" --plat manylinux_2_17_x86_64 --wheel-dir dist
done
# - name: Fix wheels with auditwheel
# run: |
# pip install auditwheel
# for wheel in ${{ github.workspace }}/wheels/*manylinux*.whl; do
# echo "Processing $wheel"
# auditwheel repair "$wheel" --plat manylinux_2_17_x86_64 --wheel-dir dist
# done

- name: Upload wheels
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 02c3ddc

Please sign in to comment.