Commit b27f8f3
committed
Fix release workflow artifact pattern mismatch
The release job was failing because it was looking for artifacts with pattern 'wheels-*'
but the build job uploads an artifact named 'wheels'. This caused 0 artifacts to be
downloaded, resulting in 'No files found to publish' error during PyPI upload.
Changes:
- Update artifact download pattern from 'wheels-*' to 'wheels' to match actual artifact name
- This fixes the configuration race condition between build and release jobs
Fixes the v0.56.1 release failure where PyPI upload failed due to missing artifacts.1 parent d4e84fd commit b27f8f3
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
0 commit comments