Skip to content

Commit d94aa60

Browse files
committed
Add python 3.13 release jobs
1 parent 9aa575b commit d94aa60

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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
#########################

0 commit comments

Comments
 (0)