Skip to content

Commit

Permalink
unique artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasSchmidtblaicherQC authored Feb 2, 2024
1 parent 4bb9196 commit 96d7790
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: artifact
name: testpypi_artifact
path: dist
- uses: pypa/[email protected]
with:
Expand All @@ -71,6 +71,6 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: artifact
name: pypi_artifact
path: dist
- uses: pypa/[email protected]

0 comments on commit 96d7790

Please sign in to comment.