From a9a86f710c15b17ea50681b9338ee945fa0cd6cc Mon Sep 17 00:00:00 2001 From: Nicola Soranzo Date: Sat, 29 Jun 2024 14:51:22 +0100 Subject: [PATCH] Fix migration to v4 of download-artifact action Introduced in commit 50320dcd1b5d613df2a37203107501cdaad4b7fc . Also: - Add comment to rebuild lxml package. --- .github/workflows/ci.yaml | 2 +- recipes/lxml/env.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f32f4a5..784e71e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -103,7 +103,7 @@ jobs: - uses: actions/download-artifact@v4 with: merge-multiple: true - name: wheelhouse-* + pattern: wheelhouse-* path: wheelhouse/ - uses: actions/setup-python@v5 with: diff --git a/recipes/lxml/env.sh b/recipes/lxml/env.sh index 5b45f89..2fc6302 100644 --- a/recipes/lxml/env.sh +++ b/recipes/lxml/env.sh @@ -1,2 +1,2 @@ export CIBW_BUILD='cp313-*' -export CIBW_PRERELEASE_PYTHONS=True +export CIBW_PRERELEASE_PYTHONS=True # Can be removed once Python 3.13 is officially released