From 76368ce08825219214fa2f3c4a56df5d5ee437cd Mon Sep 17 00:00:00 2001 From: Hans Dembinski Date: Wed, 31 Jan 2024 18:35:41 +0100 Subject: [PATCH] fix ci --- .github/workflows/release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0205edeb..efc64099 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -70,6 +70,7 @@ jobs: - uses: actions/upload-artifact@v4 with: + name: wheel-${{ matrix.py }}-${{ matrix.os }}-${{ matrix.arch }} path: ./wheelhouse/*.whl sdist: @@ -89,7 +90,7 @@ jobs: - uses: actions/upload-artifact@v4 with: - name: dist-${{ matrix.py }}-${{ matrix.os }}-${{ matrix.arch }} + name: sdist path: dist/*.tar.gz upload: @@ -99,7 +100,7 @@ jobs: steps: - uses: actions/download-artifact@v4 with: - pattern: dist-* + pattern: "*" merge-multiple: true path: dist