Skip to content

Commit

Permalink
Merge pull request #843 from szmark001/fix_linux_wheel_deploy
Browse files Browse the repository at this point in the history
specify manylinux version for now to get rid of conversion issue for …
  • Loading branch information
edwinnglabs authored Jan 23, 2024
2 parents 883e000 + c8637ca commit 8c1cab4
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 -w dist dist/*linux_x86_64.whl
auditwheel repair --plat manylinux_2_28_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 8c1cab4

Please sign in to comment.