Skip to content

Commit

Permalink
debug: specify x86_64 as arch (only support 64 bit)
Browse files Browse the repository at this point in the history
  • Loading branch information
LennyN95 committed Apr 23, 2024
1 parent 55b3a26 commit 3b3287c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ jobs:

- uses: pypa/cibuildwheel@v2.16.5
env:
CIBW_ARCHS_LINUX: "x86_64"
CIBW_BUILD: "cp312-*"
CIBW_REPAIR_WHEEL_COMMAND: "pip install auditwheel-symbols && auditwheel-symbols {wheel} -m 2014 && auditwheel repair -w {dest_dir} {wheel}"

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

0 comments on commit 3b3287c

Please sign in to comment.