From eefc35c2f82a6480859afe7a7cd8d698fb288417 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Mon, 24 Nov 2025 15:32:26 +0100 Subject: [PATCH] Sync upstream --- .github/workflows/native_libs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/native_libs.yml b/.github/workflows/native_libs.yml index 17d0c45..c6c9bba 100644 --- a/.github/workflows/native_libs.yml +++ b/.github/workflows/native_libs.yml @@ -107,7 +107,7 @@ jobs: collect_artifacts: name: Collect all wheels - needs: [build_windows, build_macos_x86_64, build_macos_arm64, build_sdist] + needs: [build_windows, build_macos_x86_64, build_macos_arm64] runs-on: ubuntu-latest if: github.event_name == 'release' && github.event.action == 'published' steps: