Skip to content

Commit

Permalink
gh worflow update
Browse files Browse the repository at this point in the history
  • Loading branch information
hannorein committed Nov 27, 2024
1 parent c9f30f3 commit 0e115c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
FFP_CONTRACT_OFF: 1
CIBW_ARCHS_MACOS: x86_64 arm64

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

Expand All @@ -41,7 +41,7 @@ jobs:
- name: Build SDist
run: pipx run build --sdist

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
path: dist/*.tar.gz

Expand Down

0 comments on commit 0e115c3

Please sign in to comment.