Skip to content

Commit

Permalink
Fix migration to v4 of download-artifact action
Browse files Browse the repository at this point in the history
Introduced in commit 50320dc .

Also:
- Add comment to rebuild lxml package.
  • Loading branch information
nsoranzo committed Jun 29, 2024
1 parent e323ffb commit a9a86f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion recipes/lxml/env.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a9a86f7

Please sign in to comment.