Commit 52a7d76
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| 86 | + | |
86 | 87 | | |
87 | 88 | | |
88 | 89 | | |
| |||
0 commit comments