Skip to content

Commit

Permalink
Enable nightly 3.12 Linux x86 wheel uploads to PyPi.
Browse files Browse the repository at this point in the history
All the tests are passing, save for flakes, and the wheels should be ready for
upload.

PiperOrigin-RevId: 581003802
  • Loading branch information
tensorflower-gardener committed Nov 9, 2023
1 parent ce05e8d commit 5b3f9c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions ci/official/envs/nightly_linux_x86_cpu_py312
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Disable 3.12 uploads while being worked on
source ci/official/envs/disable_all_uploads
source ci/official/envs/ci_nightly_uploads
TFCI_BAZEL_COMMON_ARGS="--config release_cpu_linux --config tf_public_cache_push --config resultstore --repo_env=TF_PYTHON_VERSION=$TFCI_PYTHON_VERSION"
TFCI_BAZEL_TARGET_SELECTING_CONFIG_PREFIX=linux_cpu
TFCI_BUILD_PIP_PACKAGE_ARGS="--cpu --nightly_flag"
Expand Down
3 changes: 1 addition & 2 deletions ci/official/envs/nightly_linux_x86_cuda_py312
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Disable 3.12 uploads while being worked on
source ci/official/envs/disable_all_uploads
source ci/official/envs/ci_nightly_uploads
TFCI_BAZEL_COMMON_ARGS="--config release_gpu_linux --config tf_public_cache_push --config resultstore --repo_env=TF_PYTHON_VERSION=$TFCI_PYTHON_VERSION"
TFCI_BAZEL_TARGET_SELECTING_CONFIG_PREFIX=linux_cuda
TFCI_BUILD_PIP_PACKAGE_ARGS="--nightly_flag"
Expand Down

0 comments on commit 5b3f9c7

Please sign in to comment.