Skip to content

Commit 7570c48

Browse files
committed
update build pipeline to not use sources
1 parent 42cd4f3 commit 7570c48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
# build distribution if flagged
9696
- name: Run build
9797
if: ${{ inputs.run-build }}
98-
run: uv build
98+
run: uv build --no-sources
9999

100100
- name: Upload distributions
101101
if: ${{ inputs.run-build }}

0 commit comments

Comments
 (0)