Skip to content

Commit

Permalink
try removing name and path from actions/download-artifact@v4 to (hope…
Browse files Browse the repository at this point in the history
…fully) download ALL artifacts
  • Loading branch information
janosh committed Jun 5, 2024
1 parent 6b28e82 commit 6c2e48f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,8 @@ jobs:
- name: Download build artifacts
uses: actions/download-artifact@v4
with:
name: artifact
path: dist
merge-multiple: true
pattern: dist-*

- name: Publish to PyPi or TestPyPI
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit 6c2e48f

Please sign in to comment.