File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 92
92
- uses : actions/checkout@v4
93
93
with :
94
94
submodules : " recursive"
95
-
95
+
96
96
- uses : actions/setup-python@v5
97
97
with :
98
98
python-version : " 3.9"
@@ -103,6 +103,7 @@ jobs:
103
103
python -m pip install --upgrade pip
104
104
python -m pip install uv
105
105
RUST_LOG=trace python -m uv pip install -e .[all] --verbose
106
+ python -m uv pip install build
106
107
shell : bash
107
108
108
109
- name : Install dependencies (Windows)
@@ -113,12 +114,13 @@ jobs:
113
114
python -m pip install --upgrade pip
114
115
python -m pip install uv
115
116
python -m uv pip install -e .[all] --verbose
117
+ python -m uv pip install build
116
118
shell : cmd
117
-
119
+
118
120
- name : Build source distribution
119
121
run : |
120
122
python -m build --sdist
121
-
123
+
122
124
- uses : actions/upload-artifact@v4
123
125
with :
124
126
name : sdist
You can’t perform that action at this time.
0 commit comments