Skip to content

Commit 0f7148a

Browse files
committed
Download all artifacts
1 parent 65b38eb commit 0f7148a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/buildwheel.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
macos-13,
9494
macos-14,
9595
macos-15,
96-
]
96+
]
9797
# This list to be kept in sync with python-requires in pyproject.toml.
9898
python-version: ['3.11', '3.12', '3.13', '3.13t', 'pypy3.11']
9999

@@ -104,7 +104,6 @@ jobs:
104104
allow-prereleases: true
105105
- uses: actions/download-artifact@v4
106106
with:
107-
name: wheels-${{ matrix.os }}
108107
path: wheelhouse
109108
- run: pip install --no-index --find-links wheelhouse python_flint
110109

0 commit comments

Comments
 (0)