Commit 32059be
Fix release workflow uploading .gitignore as asset
The `dist/*` glob pattern matched the `.gitignore` file in the dist/
directory, which GitHub API renamed to `default.gitignore` when
uploading as a release asset. Use explicit file patterns (*.whl and
*.tar.gz) to only upload actual build artifacts.
Co-Authored-By: Claude Opus 4.6 <[email protected]>1 parent 52dfba6 commit 32059be
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
37 | 39 | | |
0 commit comments