Skip to content

Commit

Permalink
Add artifact names
Browse files Browse the repository at this point in the history
  • Loading branch information
johannes-mueller committed Sep 24, 2024
1 parent 8c627bc commit ce1e152
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pypi-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
python setup.py bdist_wheel
- uses: actions/upload-artifact@v4
with:
name: artifact-wheel-${{ matrix.os }}
path: ./dist/*.whl


Expand All @@ -63,6 +64,7 @@ jobs:

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

upload_pypi:
Expand Down

0 comments on commit ce1e152

Please sign in to comment.