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: