From 2275a973b05db0d88d5641cce86b342b756b926a Mon Sep 17 00:00:00 2001 From: RalfG Date: Thu, 9 May 2024 19:15:36 +0200 Subject: [PATCH] Fix build artifact upload --- .github/workflows/build_and_publish.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_and_publish.yml b/.github/workflows/build_and_publish.yml index e99de5f..350be5b 100644 --- a/.github/workflows/build_and_publish.yml +++ b/.github/workflows/build_and_publish.yml @@ -28,7 +28,7 @@ jobs: - uses: actions/upload-artifact@v4 with: - name: dist + name: dist-source path: dist/*.tar.gz build-wheels: @@ -55,7 +55,7 @@ jobs: - uses: actions/upload-artifact@v4 with: - name: dist + name: dist-${{ matrix.os }} path: dist/ms2pip-*.whl publish-to-pypi: @@ -69,7 +69,6 @@ jobs: steps: - uses: actions/download-artifact@v4 with: - name: dist path: dist - name: Publish to PyPI