From 4b6cf8ab84ad77a71d6652be7d1b2384c0e326f7 Mon Sep 17 00:00:00 2001 From: Michael Overmeyer Date: Thu, 12 Sep 2024 09:48:50 -0400 Subject: [PATCH] `actions/download-artifact` fixup --- .github/workflows/publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7026604..a01178d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -324,7 +324,8 @@ jobs: - uses: actions/download-artifact@v4 id: download with: - name: dist + pattern: dist_* + merge-multiple: true path: dist/ - name: Publish package to PyPI