Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 65222bc

Browse filesBrowse files
committed
fix: install build dependency
1 parent 8e07db0 commit 65222bc
Copy full SHA for 65222bc

File tree

Expand file treeCollapse file tree

1 file changed

+5
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-3
lines changed

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

Copy file name to clipboardExpand all lines: .github/workflows/build-and-release.yaml
+5-3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.