From 9a4f3e2f0c0b76a6aaf62f7c0e3b6b8e309a4944 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Schoentgen?= Date: Wed, 7 Feb 2024 00:44:58 +0100 Subject: [PATCH] ci: final fix --- .github/workflows/build-and-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index 6946418a..de4371f4 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -124,7 +124,7 @@ jobs: - name: Download all the dists uses: actions/download-artifact@v4 with: - name: python-package-distributions-* + pattern: python-package-distributions-* merge-multiple: true path: dist/ - name: What will we publish?