diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index b20d62e..175e534 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -29,6 +29,7 @@ jobs: - uses: actions/upload-artifact@v4 with: + name: cibw-sdist path: dist/*.tar.gz @@ -54,6 +55,7 @@ jobs: - name: Upload wheels uses: actions/upload-artifact@v4 with: + name: cibw-wheels-${{ matrix.os }} path: wheelhouse/*.whl @@ -70,9 +72,9 @@ jobs: - uses: actions/download-artifact@v4 with: - name: artifact + pattern: cibw-* path: dist - + merge-multiple: true - uses: pypa/gh-action-pypi-publish@release/v1 with: user: __token__