diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 70c3d206..3fbf953d 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -287,7 +287,7 @@ jobs: steps: - uses: actions/download-artifact@v4 with: - pattern: release-*-${{ github.run_id }}/*.* + pattern: release-*-${{ github.run_id }} - name: Publish to PyPI uses: PyO3/maturin-action@v1 env: @@ -295,4 +295,4 @@ jobs: with: command: upload maturin-version: 1.7.1 - args: --skip-existing * + args: --skip-existing release-*-${{ github.run_id }}/*.*