From d54ec863b7d6c8dfb7049124b5ffdf01c7ba6511 Mon Sep 17 00:00:00 2001 From: Diego Molina Date: Tue, 18 Aug 2026 00:26:41 -0500 Subject: [PATCH] Revert "[py] temporarily disable nightly TestPyPI publishing (#17920)" This reverts commit 7f32b68a30dc4b235857a3fe7cf8629b3f4e5ae4. --- .github/workflows/nightly.yml | 7 +------ py/BUILD.bazel | 2 -- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 4a9c9ff0b4da0..38f55e70c6c40 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -68,12 +68,7 @@ jobs: strategy: fail-fast: false matrix: - language: - - java - # - python - - ruby - - dotnet - - javascript + language: [java, python, ruby, dotnet, javascript] uses: ./.github/workflows/bazel.yml with: name: Nightly ${{ matrix.language }} Release diff --git a/py/BUILD.bazel b/py/BUILD.bazel index c03a14e1f0ea2..8625c8fafb191 100644 --- a/py/BUILD.bazel +++ b/py/BUILD.bazel @@ -26,7 +26,6 @@ py_binary( ], args = [ "upload", - "--verbose", "$(location :selenium-wheel)", "$(location :selenium-sdist)", ], @@ -47,7 +46,6 @@ py_binary( ], args = [ "upload", - "--verbose", "--repository", "testpypi", "$(location :selenium-wheel)",