Skip to content

Commit

Permalink
hotfix: change the platform to use manylinux2014
Browse files Browse the repository at this point in the history
  • Loading branch information
szmark001 committed Jan 24, 2024
1 parent 8c1cab4 commit aa9ac85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
python -m build
- name: Convert linux wheel to manylinux wheels
run:
auditwheel repair --plat manylinux_2_28_x86_64 -w dist dist/*linux_x86_64.whl
auditwheel repair --plat manylinux2014_x86_64 -w dist dist/*linux_x86_64.whl
- name: Remove platform specific linux wheels
run:
rm dist/*-linux_x86_64.whl
Expand Down

0 comments on commit aa9ac85

Please sign in to comment.