Skip to content

Commit

Permalink
update wheel action from v3 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
skjerns committed Jan 23, 2025
1 parent 6a7dbbf commit 0c56f09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: python -m pip install build twine
- name: Build SDist
run: python -m build --sdist
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
path: dist/*.tar.gz
- name: Check metadata
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
CIBW_ARCHS_MACOS: "x86_64 arm64"
CIBW_PRERELEASE_PYTHONS: False

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
path: wheelhouse/*.whl

Expand Down

0 comments on commit 0c56f09

Please sign in to comment.