Skip to content

Commit

Permalink
Migrate to v4 for upload/dowlnoad artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
sveinung-r committed Sep 10, 2024
1 parent 7d3c6cc commit 390273a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@ jobs:
run: |
python -m cibuildwheel --output-dir wheelhouse python/
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: wheel-${{ matrix.os }}-${{ matrix.arch }}
path: ./wheelhouse/*.whl

publish:
Expand All @@ -65,7 +66,7 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4

- name: Publish wheels to PyPI

Expand Down

0 comments on commit 390273a

Please sign in to comment.