Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
tmontaigu committed Oct 24, 2024
1 parent 6188d31 commit 0d298aa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Build wheels
run: |
python3 -m cibuildwheel --output-dir wheelhouse
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: ${{ matrix.os }}-whl
path: wheelhouse/*.whl
Expand All @@ -75,14 +75,14 @@ jobs:
- name: Install cibuildwheel
run: |
python -m pip install cibuildwheel==2.17.0
- uses: docker/setup-qemu-action@v2
- uses: docker/setup-qemu-action@v4
name: Set up QEMU
- name: Build wheels
run: |
python -m cibuildwheel --output-dir wheelhouse
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: aarch64-whl
name: aarch64-${{matrix.python_tag}}-whl
path: wheelhouse/*.whl

pypi-publish:
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
pipx run build --sdist
- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: dist

Expand Down

0 comments on commit 0d298aa

Please sign in to comment.