Skip to content

Commit

Permalink
Merge pull request #844 from szmark001/fix_linux_wheel_deploy
Browse files Browse the repository at this point in the history
change the platform to manylinux2014
  • Loading branch information
edwinnglabs authored Jan 24, 2024
2 parents 8c1cab4 + cc47d61 commit cc2c210
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 cc2c210

Please sign in to comment.