Skip to content

Commit

Permalink
Fix pre-commit failed checks
Browse files Browse the repository at this point in the history
  • Loading branch information
mwydmuch committed Sep 6, 2023
1 parent 3cecc22 commit 8820509
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-wheels,yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ jobs:
uses: pypa/[email protected]
env:
# Configure cibuildwheel to build native archs, and some emulated ones
CIBW_ARCHS_LINUX: x86_64 aarch64
CIBW_ARCHS_LINUX: x86_64 aarch64
CIBW_ARCHS_MACOS: x86_64
CIBW_BUILD_VERBOSITY: 3
CIBW_REPAIR_WHEEL_COMMAND_LINUX: >
auditwheel show {wheel} && auditwheel repair -w {dest_dir} {wheel}

- name: Report builded wheels
- name: Report built wheels
run: |
ls -l ./wheelhouse/*.whl

Expand Down Expand Up @@ -89,4 +89,3 @@ jobs:
# To test:
# with:
# repository_url: https://test.pypi.org/legacy/

0 comments on commit 8820509

Please sign in to comment.