Skip to content

Commit

Permalink
wheels: download artifacts into dist
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron committed Jan 7, 2025
1 parent fe61537 commit 363506a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/python-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,10 @@ jobs:
id-token: write
steps:
- uses: actions/download-artifact@v4
with:
path: dist
merge-multiple: true

- uses: actions/setup-python@v4
with:
python-version: 3.8
Expand Down

0 comments on commit 363506a

Please sign in to comment.