Skip to content

Commit

Permalink
ci: use artifact v3
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed Dec 9, 2024
1 parent c51fdb5 commit 0ea7a0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ jobs:
CIBW_BEFORE_BUILD: pip install numpy setuptools wheel cython
CIBW_ARCHS_MACOS: "x86_64 arm64"

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

0 comments on commit 0ea7a0b

Please sign in to comment.