From e5a3d0797fb86b19115d2ba36cf66bddc603c600 Mon Sep 17 00:00:00 2001 From: axxel Date: Tue, 20 Feb 2024 17:07:08 +0100 Subject: [PATCH] ci: fix publish-python regression (breaking change in upload-artifact@4) --- .github/workflows/publish-python.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish-python.yml b/.github/workflows/publish-python.yml index 4d4e91bfd8..a4d168905d 100644 --- a/.github/workflows/publish-python.yml +++ b/.github/workflows/publish-python.yml @@ -47,6 +47,7 @@ jobs: - uses: actions/upload-artifact@v4 with: + name: ${{ matrix.runs-on }}-wheels path: ./wheelhouse/*.whl build-sdist: @@ -72,6 +73,7 @@ jobs: - uses: actions/upload-artifact@v4 with: + name: sdist-wheel path: wrappers/python/dist/*.tar.gz upload-pypi: