File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 9292 - uses : actions/checkout@v4
9393 with :
9494 submodules : " recursive"
95-
95+
9696 - uses : actions/setup-python@v5
9797 with :
9898 python-version : " 3.9"
@@ -103,6 +103,7 @@ jobs:
103103 python -m pip install --upgrade pip
104104 python -m pip install uv
105105 RUST_LOG=trace python -m uv pip install -e .[all] --verbose
106+ python -m uv pip install build
106107 shell : bash
107108
108109 - name : Install dependencies (Windows)
@@ -113,12 +114,13 @@ jobs:
113114 python -m pip install --upgrade pip
114115 python -m pip install uv
115116 python -m uv pip install -e .[all] --verbose
117+ python -m uv pip install build
116118 shell : cmd
117-
119+
118120 - name : Build source distribution
119121 run : |
120122 python -m build --sdist
121-
123+
122124 - uses : actions/upload-artifact@v4
123125 with :
124126 name : sdist
You can’t perform that action at this time.
0 commit comments