Skip to content

Commit 7f32b68

Browse files
authored
[py] temporarily disable nightly TestPyPI publishing (#17920)
[py] disable nightly TestPyPI publishing and add twine --verbose
1 parent a8610d9 commit 7f32b68

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/nightly.yml

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

py/BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ py_binary(
2626
],
2727
args = [
2828
"upload",
29+
"--verbose",
2930
"$(location :selenium-wheel)",
3031
"$(location :selenium-sdist)",
3132
],
@@ -46,6 +47,7 @@ py_binary(
4647
],
4748
args = [
4849
"upload",
50+
"--verbose",
4951
"--repository",
5052
"testpypi",
5153
"$(location :selenium-wheel)",

0 commit comments

Comments
 (0)