Skip to content

Commit

Permalink
Artifact config
Browse files Browse the repository at this point in the history
  • Loading branch information
tomalrussell committed Dec 17, 2024
1 parent 3182015 commit 6ddd2f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:

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

build_wheels:
Expand All @@ -43,6 +44,7 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: wheels-${{ matrix.os }}
path: wheelhouse/*.whl

upload_all:
Expand All @@ -59,7 +61,6 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: artifact
path: dist

- name: Deploy to PyPI
Expand Down

0 comments on commit 6ddd2f7

Please sign in to comment.