File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -129,6 +129,7 @@ commands:
129129 bazel run --jobs=8 --define version=$(git rev-parse HEAD) //python:deploy-pip310 -- snapshot
130130 bazel run --jobs=8 --define version=$(git rev-parse HEAD) //python:deploy-pip311 -- snapshot
131131 bazel run --jobs=8 --define version=$(git rev-parse HEAD) //python:deploy-pip312 -- snapshot
132+ bazel run --jobs=8 --define version=$(git rev-parse HEAD) //python:deploy-pip313 -- snapshot
132133
133134 test-pip-snapshot-unix :
134135 steps :
@@ -171,6 +172,7 @@ commands:
171172 bazel run --jobs=8 --define version=$(cat VERSION) //python:deploy-pip310 --compilation_mode=opt -- release
172173 bazel run --jobs=8 --define version=$(cat VERSION) //python:deploy-pip311 --compilation_mode=opt -- release
173174 bazel run --jobs=8 --define version=$(cat VERSION) //python:deploy-pip312 --compilation_mode=opt -- release
175+ bazel run --jobs=8 --define version=$(cat VERSION) //python:deploy-pip313 --compilation_mode=opt -- release
174176
175177
176178 # ########################
You can’t perform that action at this time.
0 commit comments