diff --git a/.github/workflows/cibuildwheel.yml b/.github/workflows/cibuildwheel.yml index f476b77..f1e74fa 100644 --- a/.github/workflows/cibuildwheel.yml +++ b/.github/workflows/cibuildwheel.yml @@ -22,6 +22,7 @@ jobs: - uses: actions/upload-artifact@v4 with: + name: source path: dist/* wheels: @@ -60,6 +61,7 @@ jobs: - uses: actions/upload-artifact@v4 with: + name: ${{ matrix.os }} path: wheelhouse/* publish: @@ -72,6 +74,6 @@ jobs: steps: - uses: actions/download-artifact@v4 with: - name: artifact + merge-multiple: true path: dist - uses: pypa/gh-action-pypi-publish@release/v1