Skip to content

Commit

Permalink
Download correct artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
benjeffery committed Nov 9, 2023
1 parent 5a5deea commit 7370e7c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Download wheels
uses: actions/download-artifact@v3
with:
name: wheels
name: sdist-wheel
- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v4
with:
Expand All @@ -73,7 +73,7 @@ jobs:
- name: Download wheels
uses: actions/download-artifact@v3
with:
name: wheels
name: sdist-wheel
- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v4
with:
Expand All @@ -98,7 +98,7 @@ jobs:
- name: Download wheels
uses: actions/download-artifact@v3
with:
name: wheels
name: sdist-wheel
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 7370e7c

Please sign in to comment.