Skip to content

Commit 16a2818

Browse files
committed
Tweak SDist
1 parent 1c2d03f commit 16a2818

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/python-release.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -201,10 +201,8 @@ jobs:
201201
- name: Build quantum-pecos SDist
202202
run: |
203203
cd python/quantum-pecos
204-
# Use main environment's uv to install build
205-
uv pip install build
206-
# Build using main environment
207-
uv run python -m build --sdist --outdir dist
204+
uv pip install --system build
205+
python -m build --sdist --outdir dist
208206
209207
- name: Test quantum-pecos SDist
210208
run: |

0 commit comments

Comments
 (0)