Skip to content

Commit bfd6bd7

Browse files
authored
Revert "[py] temporarily disable nightly TestPyPI publishing (#17920)" (#17924)
This reverts commit 7f32b68.
1 parent 6962623 commit bfd6bd7

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/nightly.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,7 @@ jobs:
6868
strategy:
6969
fail-fast: false
7070
matrix:
71-
language:
72-
- java
73-
# - python
74-
- ruby
75-
- dotnet
76-
- javascript
71+
language: [java, python, ruby, dotnet, javascript]
7772
uses: ./.github/workflows/bazel.yml
7873
with:
7974
name: Nightly ${{ matrix.language }} Release

py/BUILD.bazel

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ py_binary(
2626
],
2727
args = [
2828
"upload",
29-
"--verbose",
3029
"$(location :selenium-wheel)",
3130
"$(location :selenium-sdist)",
3231
],
@@ -47,7 +46,6 @@ py_binary(
4746
],
4847
args = [
4948
"upload",
50-
"--verbose",
5149
"--repository",
5250
"testpypi",
5351
"$(location :selenium-wheel)",

0 commit comments

Comments
 (0)