Skip to content

Commit

Permalink
apply changes to aarch64 deployer
Browse files Browse the repository at this point in the history
  • Loading branch information
mozman committed Jan 24, 2025
1 parent b2184e9 commit 09bebcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_manylinux2014_aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Build manylinux2014_aarch64 wheels
uses: pypa/cibuildwheel@v2.21
uses: pypa/cibuildwheel@v2.22
env:
CIBW_BEFORE_BUILD: "pip install setuptools wheel cython"
CIBW_ARCHS_LINUX: "aarch64"
Expand All @@ -26,5 +26,5 @@ jobs:
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
run: |
ls -l ./wheelhouse
pip install twine
pip install -U packaging twine
twine upload --skip-existing ./wheelhouse/*.whl

0 comments on commit 09bebcd

Please sign in to comment.