Skip to content

Commit

Permalink
bump pypi actions artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
hvasbath committed Sep 28, 2024
1 parent 67af078 commit 7bc3c5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
CIBW_ARCHS_MACOS: x86_64 universal2
CIBW_SKIP: "{pp*,*musllinux*}"

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

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

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

Expand Down

0 comments on commit 7bc3c5d

Please sign in to comment.