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