From e7572613d2b052750ef40c08b38114ee9d0c5efb Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Thu, 11 Jan 2024 21:13:53 -0500 Subject: [PATCH] ci: Update nightly upload for artifacts v4 --- .github/workflows/nightlies.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nightlies.yml b/.github/workflows/nightlies.yml index 76e7fee0b205..703194a762ee 100644 --- a/.github/workflows/nightlies.yml +++ b/.github/workflows/nightlies.yml @@ -32,7 +32,7 @@ jobs: PROJECT_REPO="matplotlib/matplotlib" BRANCH="main" WORKFLOW_NAME="cibuildwheel.yml" - ARTIFACT_NAME="wheels" + ARTIFACT_PATTERN="cibw-wheels-*" gh run --repo "${PROJECT_REPO}" \ list --branch "${BRANCH}" \ @@ -52,10 +52,10 @@ jobs: ) gh run --repo "${PROJECT_REPO}" view "${RUN_ID}" gh run --repo "${PROJECT_REPO}" \ - download "${RUN_ID}" --name "${ARTIFACT_NAME}" + download "${RUN_ID}" --pattern "${ARTIFACT_PATTERN}" mkdir dist - mv *.whl dist/ + mv ${ARTIFACT_PATTERN}/*.whl dist/ ls -l dist/ - name: Upload wheels to Anaconda Cloud as nightlies pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy