Skip to content

Commit 021f574

Browse files
committed
fixed download artifact pattern to be glob instead of regex
Signed-off-by: Eric Reinecke <[email protected]>
1 parent 6503a2a commit 021f574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ jobs:
227227
python -m pip install --upgrade pip setuptools wheel "flake8>=3.5" check-manifest && python -m pip install -r tests/requirements.txt
228228
- uses: actions/download-artifact@v5
229229
with:
230-
pattern: 'wheel-.*'
230+
pattern: 'wheel-*'
231231
path: 'wheelhouse'
232232
merge-multiple: true
233233
- name: Install wheel for environment

0 commit comments

Comments
 (0)