Skip to content

Commit 6418e2a

Browse files
authored
chore: skip google-auth release (#17335)
The google-auth CI is broken: #17328 (comment). Let's exclude it from the release for now. For #17334.
1 parent 7490a33 commit 6418e2a

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.librarian/config.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,8 @@ libraries:
4141
# TODO(https://github.com/googleapis/google-cloud-python/issues/17327)
4242
- id: "google-cloud-bigtable"
4343
release_blocked: true
44+
# TODO(https://github.com/googleapis/google-cloud-python/issues/17334)
45+
- id: "google-auth"
46+
release_blocked: true
4447

4548

librarian.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ libraries:
221221
default_version: v1alpha1
222222
- name: google-auth
223223
version: 2.53.0
224+
skip_release: true
224225
python:
225226
library_type: AUTH
226227
- name: google-auth-httplib2

0 commit comments

Comments
 (0)