Skip to content

Commit

Permalink
FIX: Fix the name of download-upload-artifact action (#1524)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrover1 authored Mar 6, 2024
1 parent a629c76 commit 09304e9
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 @@ -59,7 +59,7 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: wheels
name: wheels-${{ matrix.os }}
path: ./dist/*.whl

build_sdist:
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
- name: Download wheels
uses: actions/download-artifact@v4
with:
name: wheels
name: wheels-${{ matrix.os }}
path: dist

- name: Publish to PyPI
Expand Down

0 comments on commit 09304e9

Please sign in to comment.