Skip to content

Commit

Permalink
Upload different artifacts for sdist and wheels
Browse files Browse the repository at this point in the history
Then, download and extract all of them in the same folder.
  • Loading branch information
diegoferigo authored Sep 18, 2024
1 parent 71589c4 commit 35d845d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

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

build_wheels:
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: dist
name: wheels
path: ./wheelhouse/*.whl

upload_pypi:
Expand All @@ -124,7 +124,6 @@ jobs:

- uses: actions/download-artifact@v4
with:
name: dist
path: dist

- name: Inspect dist folder
Expand Down

0 comments on commit 35d845d

Please sign in to comment.