Skip to content

Commit

Permalink
ci: use pattern to download artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasberbuer committed Feb 14, 2024
1 parent 6193c58 commit 452e89e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- uses: actions/download-artifact@v4
with:
# unpacks builds artifacts into dist/
name: dist-*
pattern: dist-*
path: dist
merge-multiple: true
- name: Publish package to Test PyPI
Expand Down

0 comments on commit 452e89e

Please sign in to comment.