Skip to content

Commit

Permalink
[CI] don't upload arm packages to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
calendulish committed Sep 25, 2022
1 parent 53f8acf commit d7162b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ jobs:
python-version: '3.10'
- run: python -m pip install auditwheel
- run: python ./tools/auditwheel_.py repair --plat manylinux2014_x86_64 linux/dist/stlib-*cp310*.whl
- run: python ./tools/auditwheel_.py repair --plat manylinux2014_armv7l rpi_armv7l/dist/stlib-*cp310*.whl
- run: python ./tools/auditwheel_.py repair --plat manylinux2014_aarch64 rpi_aarch64/dist/stlib-*cp310*.whl
#- run: python ./tools/auditwheel_.py repair --plat manylinux2014_armv7l rpi_armv7l/dist/stlib-*cp310*.whl
#- run: python ./tools/auditwheel_.py repair --plat manylinux2014_aarch64 rpi_aarch64/dist/stlib-*cp310*.whl
- uses: actions/setup-python@v4
with:
python-version: '3.9'
Expand Down

0 comments on commit d7162b9

Please sign in to comment.