Commit 459d161
authored
CI: Use 'uv tool run' for build and twine (#101)
* Use the astral-sh/setup-uv GitHub Action to setup the latest uv.
- This GitHub Action can be left unpinned as it should be updated
regularly.
* Use 'uv tool run --from build pyproject-build' to run build as the PyPI
project name is 'build' but the executable it provides is named
'pyproject-build'.
* Use 'uv tool run twine' to run twine.
* c.f. https://docs.astral.sh/uv/reference/cli/#uv-tool-run1 parent 9d888d2 commit 459d161
1 file changed
Lines changed: 6 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
| 34 | + | |
| 35 | + | |
39 | 36 | | |
40 | 37 | | |
41 | 38 | | |
42 | | - | |
| 39 | + | |
43 | 40 | | |
44 | 41 | | |
45 | | - | |
| 42 | + | |
46 | 43 | | |
47 | 44 | | |
48 | 45 | | |
| |||
67 | 64 | | |
68 | 65 | | |
69 | 66 | | |
70 | | - | |
| 67 | + | |
71 | 68 | | |
72 | 69 | | |
73 | 70 | | |
| |||
81 | 78 | | |
82 | 79 | | |
83 | 80 | | |
84 | | - | |
| 81 | + | |
85 | 82 | | |
86 | 83 | | |
87 | 84 | | |
| |||
0 commit comments