Skip to content

Commit

Permalink
Fix artifact name collision
Browse files Browse the repository at this point in the history
  • Loading branch information
amykyta3 committed Dec 9, 2024
1 parent f98a9bf commit 8ce465e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: whl-${{ name_suffix }}
path: ./wheelhouse/*.whl

#-------------------------------------------------------------------------------
Expand All @@ -205,6 +206,7 @@ jobs:
run: python setup.py sdist

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

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

- uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit 8ce465e

Please sign in to comment.