Skip to content

Commit 03224ef

Browse files
committed
build: support uv.lock
1 parent 37e1254 commit 03224ef

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
@@ -74,7 +74,7 @@ def mac_wheels(pythonVersions, testPackages, params, wheelStashes){
7474
buildCmd: {
7575
checkout scm
7676
sh(label: 'Building wheel',
77-
script: "sh ./scripts/build_mac_wheel.sh . ${pythonVersion}"
77+
script: "sh ./scripts/build_mac_wheel.sh ${pythonVersion}"
7878
)
7979
},
8080
post:[

0 commit comments

Comments
 (0)