From 6e0e07335a1ff0f749a1d18bd271cf40dd28b695 Mon Sep 17 00:00:00 2001 From: RalfG Date: Fri, 5 Apr 2024 16:49:39 +0200 Subject: [PATCH] Attempt to fix release workflow --- .github/workflows/release.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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-*