From d6fd6be2d976934813d9647452f1d36ce1ee2ef5 Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Wed, 4 Sep 2024 20:01:34 -0700 Subject: [PATCH] Upload artifact v4 requires unique artifact names --- .github/workflows/wheel_tests_and_release.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/wheel_tests_and_release.yml b/.github/workflows/wheel_tests_and_release.yml index cd525ca5..7b95f601 100644 --- a/.github/workflows/wheel_tests_and_release.yml +++ b/.github/workflows/wheel_tests_and_release.yml @@ -53,7 +53,7 @@ jobs: CESIUM_LINK_FLAGS: "-Wl,--strip-debug" - uses: actions/upload-artifact@v4 with: - name: wheels + name: wheels-linux path: ./dist/*.whl build_macos_wheels: @@ -102,7 +102,7 @@ jobs: - uses: actions/upload-artifact@v4 with: - name: wheels + name: wheels-macos path: ./dist/*.whl build_windows_wheels: @@ -140,7 +140,7 @@ jobs: - uses: actions/upload-artifact@v4 with: - name: wheels + name: wheels-windows path: ./dist/*.whl deploy: @@ -172,7 +172,8 @@ jobs: - uses: actions/download-artifact@v4 id: download with: - name: wheels + name: wheels-* + merge-multiple: true path: ./dist - name: Publish package distributions to PyPI