Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
renatav committed Jun 25, 2024
1 parent 084f830 commit 356b42c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,17 @@ jobs:
run: |
python setup.py sdist bdist_wheel clean --all
- name: Convert to anylinux (if Ubuntu latest)
if: matrix.os == 'ubuntu-latest'
run: |
pip install auditwheel
auditwheel repair dist/*.whl --plat manylinux_2_24_x86_64
- name: Delete Linux-tagged wheel files
if: matrix.os == 'ubuntu-latest'
run: |
rm -f dist/*-linux_*.whl # Remove Linux-tagged .whl files in the dist directory
- name: Upload to TestPyPi
# if: startsWith(github.ref, 'refs/tags/v')
run: |
Expand Down

0 comments on commit 356b42c

Please sign in to comment.