Skip to content

Commit 52a7d76

Browse files
committed
fix(ci): use bash shell for glob expansion on Windows
The glob pattern `dist/*.whl` was not expanding on Windows because PowerShell doesn't expand globs like bash does. This caused the release workflow to fail on all Windows test jobs.
1 parent 490a858 commit 52a7d76

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ jobs:
8383
enable-cache: false # No checkout, so no dependency files to hash
8484

8585
- name: Install from wheel
86+
shell: bash
8687
run: |
8788
uv venv
8889
uv pip install dist/*.whl

0 commit comments

Comments
 (0)