Skip to content

Commit 65222bc

Browse files
committed
fix: install build dependency
1 parent 8e07db0 commit 65222bc

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/build-and-release.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
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

0 commit comments

Comments
 (0)