Skip to content

Commit

Permalink
Update wheels.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
MAminSFV committed Sep 14, 2024
1 parent 87db996 commit fceeb31
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
export PYTHONPATH="/opt/drake/lib/python$(python3 -c 'import sys; print("{0}.{1}".format(*sys.version_info))')/site-packages${PYTHONPATH:+:${PYTHONPATH}}"
export LD_LIBRARY_PATH="/opt/drake/lib${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}"
pip3 wheel . -w ./wheels
pip3 install auditwheel
auditwheel repair drake_extension-0.0.1-cp310-cp310-linux_x86_64.whl
- name: Upload wheels
Expand Down

0 comments on commit fceeb31

Please sign in to comment.