From d5930ae5812268184d994b2c17eec572803b09ad Mon Sep 17 00:00:00 2001 From: Filipe Fernandes Date: Tue, 9 Jan 2024 17:22:27 -0300 Subject: [PATCH] Should fix PyPI publishing --- .github/workflows/cibuildwheel.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cibuildwheel.yml b/.github/workflows/cibuildwheel.yml index 6f60eee..ae2f65f 100644 --- a/.github/workflows/cibuildwheel.yml +++ b/.github/workflows/cibuildwheel.yml @@ -78,8 +78,9 @@ jobs: steps: - uses: actions/download-artifact@v4 with: - name: pypi-artifacts + pattern: pypi-artifacts* path: ${{ github.workspace }}/dist + merge-multiple: true - uses: pypa/gh-action-pypi-publish@release/v1 with: