From cf9027ee990d7f3c219b34616dc6342e02b437e4 Mon Sep 17 00:00:00 2001 From: Roger Binns Date: Tue, 16 Jan 2024 08:40:57 -0800 Subject: [PATCH] Sync for download/upload v4 changes --- .github/workflows/build-pypi.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-pypi.yml b/.github/workflows/build-pypi.yml index 3ae987ec..cb863f18 100644 --- a/.github/workflows/build-pypi.yml +++ b/.github/workflows/build-pypi.yml @@ -24,6 +24,7 @@ jobs: - uses: actions/upload-artifact@v4 with: + name: dist-${{ matrix.os }} path: ./wheelhouse/*.whl @@ -53,6 +54,7 @@ jobs: - uses: actions/upload-artifact@v4 with: + name: dist-qemu-${{ matrix.arch }} path: ./wheelhouse/*.whl @@ -67,6 +69,7 @@ jobs: - uses: actions/upload-artifact@v4 with: + name: dist-source path: ./dist/* pypi_publish: @@ -79,7 +82,8 @@ jobs: - name: Stage wheels uses: actions/download-artifact@v4 with: - name: artifact + pattern: dist-* + merge-multiple: true path: dist - name: Publish package