From b8a88f6ae7cb003670a95a70315c202e45b5a7b2 Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Fri, 18 Oct 2024 16:27:18 +0100 Subject: [PATCH] [ci] no need to move wheels to dist/ when using merge-multiple... --- .github/workflows/ci.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9285b71..19d5d92 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -126,15 +126,8 @@ jobs: - name: Download artifacts from build jobs uses: actions/download-artifact@v4 with: - path: wheelhouse/ + path: dist/ merge-multiple: true - - name: Move wheels to dist/ directory - run: | - ls wheelhouse/* - mkdir -p dist/ - for wheel_dir in wheelhouse/skia_pathops*/; do - mv "${wheel_dir}"/*.whl dist/ - done - name: Extract release notes from annotated tag message id: release_notes env: