Commit b57901f
chore: fix semantic-release build_command to use python -m build
PSR's action environment does not have uv available, so uv build fails.
Switch to python -m build (installing it via pip) and remove the now-
unnecessary setup-uv step from release.yml.
Ref: openedx/XBlock#928
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 0d00eff commit b57901f
2 files changed
Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | 39 | | |
43 | 40 | | |
44 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
188 | | - | |
| 188 | + | |
0 commit comments