diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4a9e4f7..787b8f9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: - name: Upload wheels uses: actions/upload-artifact@v4 with: - name: wheels + name: wheels-linux-${{ matrix.target }} path: dist windows: @@ -52,7 +52,7 @@ jobs: - name: Upload wheels uses: actions/upload-artifact@v4 with: - name: wheels + name: wheels-windows-${{ matrix.target }} path: dist macos: @@ -78,7 +78,7 @@ jobs: - name: Upload wheels uses: actions/upload-artifact@v4 with: - name: wheels + name: wheels-macos-${{ matrix.platform.target }} path: dist sdist: @@ -93,7 +93,7 @@ jobs: - name: Upload sdist uses: actions/upload-artifact@v4 with: - name: wheels + name: wheels-sdist path: dist release: @@ -105,11 +105,10 @@ jobs: steps: - uses: actions/download-artifact@v4 with: - name: wheels path: dist - name: Publish to PyPI uses: pypa/gh-action-pypi-publish@release/v1 - name: Delete artifacts after upload uses: geekyeggo/delete-artifact@v5 with: - name: wheels + name: wheels-*