Skip to content

Commit

Permalink
download all
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasSchmidtblaicherQC committed Feb 2, 2024
1 parent 96d7790 commit b6843ce
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 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: testpypi_artifact
name: artifact_testpypi
path: dist
- uses: pypa/[email protected]
with:
Expand All @@ -71,6 +71,8 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: pypi_artifact
name: artifact_pypi
path: dist
pattern: artifact_*
merge-multiple: true
- uses: pypa/[email protected]

0 comments on commit b6843ce

Please sign in to comment.