Commit 330b0a1
Fix release workflow to use python -m build instead of setup.py
Summary: The release workflow (release.yml) was failing because it referenced `python setup.py bdist_wheel` and `python setup.py sdist bdist_wheel`, but the project has migrated to pyproject.toml and no longer has a setup.py file. Replaced both occurrences with `python -m build`, matching the pattern already used in build-and-test.yml.
Reviewed By: omriharosh
Differential Revision: D92706478
fbshipit-source-id: b32dfd95bb274edaf78ba4c731b11499442a81d51 parent 7ea804e commit 330b0a1
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
51 | | - | |
| 52 | + | |
| 53 | + | |
52 | 54 | | |
53 | 55 | | |
54 | 56 | | |
| |||
0 commit comments