diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3ca03ec..73b7ab4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -109,7 +109,7 @@ jobs: steps: - uses: actions/download-artifact@v4 with: - pattern: wheels-*-${{ github.run_attempt }} + pattern: wheels-* merge-multiple: true - name: Publish to PyPI uses: PyO3/maturin-action@v1