Skip to content

Commit 5019f6d

Browse files
committed
build: support uv.lock
1 parent 38d60b2 commit 5019f6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1026,7 +1026,7 @@ pipeline {
10261026
label: 'Package',
10271027
script: '''python3 -m venv venv && venv/bin/pip install --disable-pip-version-check uv
10281028
trap "rm -rf venv" EXIT
1029-
./venv/bin/uv build --build-constraints requirements-dev.txt --sdist
1029+
./venv/bin/uv build --sdist
10301030
'''
10311031
)
10321032
stash includes: 'dist/*.tar.gz,dist/*.zip', name: 'python sdist'

0 commit comments

Comments
 (0)