From 0594db73358cf43ca86c016e6086b2244401fddc Mon Sep 17 00:00:00 2001 From: Samuel Kogler Date: Wed, 31 Jul 2024 08:20:58 +0200 Subject: [PATCH] Merge artifacts in release process --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 348cc8f..a3a924e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: - name: Download wheels uses: actions/download-artifact@v4 with: - name: artifact path: dist + merge-multiple: true - name: Publish release distributions to PyPI uses: pypa/gh-action-pypi-publish@release/v1