Commit f26eb96
committed
chore(ci): drop invalid
softprops/action-gh-release@v3 was logging a warning on every
release run because the workflow passed `upload-artifact: true`,
which isn't in the action's input schema (the action discovers
files via the `files:` glob list — `upload-artifact` is residue
from an earlier action version). The release succeeded anyway,
but the annotation showed up in every run summary.
Removed the unrecognised key. No behavioural change — the wheel,
sdist, and SBOM still get attached via the `files:` block.upload-artifact input from gh-release action1 parent f53fd65 commit f26eb96
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
0 commit comments