mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-25 12:56:22 +02:00
github-actions: add auditwheel install
This commit is contained in:
parent
cb4e6b79b0
commit
9d56b1c84d
1 changed files with 7 additions and 0 deletions
7
.github/workflows/deploy.yml
vendored
7
.github/workflows/deploy.yml
vendored
|
|
@ -33,6 +33,13 @@ jobs:
|
|||
/opt/python/cp311-cp311/bin/python setup.py bdist_wheel
|
||||
/opt/python/cp312-cp312/bin/python setup.py bdist_wheel
|
||||
|
||||
- name: Install auditwheel # this should be available?!
|
||||
run: |
|
||||
/opt/python/cp39-cp39/bin/python -m pip install auditwheel
|
||||
/opt/python/cp310-cp310/bin/python -m pip install auditwheel
|
||||
/opt/python/cp311-cp311/bin/python -m pip install auditwheel
|
||||
/opt/python/cp312-cp312/bin/python -m pip install auditwheel
|
||||
|
||||
- name: Repair wheel files
|
||||
run: |
|
||||
/opt/python/cp39-cp39/bin/python -m auditwheel repair dist/*cp39-cp39-linux_x86_64.whl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue