From 657e217f4909358d6e66d9a317b3088c8823498d Mon Sep 17 00:00:00 2001 From: Quentin Chateau Date: Mon, 30 Sep 2024 23:23:02 +0200 Subject: [PATCH] Try to fix artifact publish --- .github/workflows/build_and_publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build_and_publish.yml b/.github/workflows/build_and_publish.yml index efbec05..46b3cb2 100644 --- a/.github/workflows/build_and_publish.yml +++ b/.github/workflows/build_and_publish.yml @@ -43,6 +43,7 @@ jobs: steps: - uses: actions/download-artifact@v4.1.8 with: + merge-multiple: true path: dist - uses: pypa/gh-action-pypi-publish@release/v1