Skip to content

Commit

Permalink
Merge pull request #840 from szmark001/fix_linux_wheel_deploy
Browse files Browse the repository at this point in the history
adding auditwheel to repair platform specific linux wheel
  • Loading branch information
edwinnglabs committed Jan 22, 2024
2 parents fb71ab7 + b36fbfd commit e007113
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pypi-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,11 @@ jobs:
python -m pip install --upgrade pip
pip install setuptools wheel twine
pip install build
pip install auditwheel
- name: Build package
run: python -m build
run:
python -m build
auditwheel repair dis/*linux_x86_64.whl
- name: Publish package
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
with:
Expand Down

0 comments on commit e007113

Please sign in to comment.