Skip to content

Commit e8d1adb

Browse files
chore: store artifacts in placer (googleapis#874)
Source-Link: googleapis/synthtool@cb96037 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:2d816f26f728ac8b24248741e7d4c461c09764ef9f7be3684d557c9632e46dbd Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 6a4b7ec commit e8d1adb

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

.github/.OwlBot.lock.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
# limitations under the License.
1414
docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest
16-
digest: sha256:ddf4551385d566771dc713090feb7b4c1164fb8a698fe52bbe7670b24236565b
17-
# created: 2023-06-27T13:04:21.96690344Z
16+
digest: sha256:2d816f26f728ac8b24248741e7d4c461c09764ef9f7be3684d557c9632e46dbd
17+
# created: 2023-06-28T17:03:33.371210701Z

.kokoro/release/common.cfg

+9
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,12 @@ env_vars: {
3838
key: "SECRET_MANAGER_KEYS"
3939
value: "releasetool-publish-reporter-app,releasetool-publish-reporter-googleapis-installation,releasetool-publish-reporter-pem"
4040
}
41+
42+
# Store the packages we uploaded to PyPI. That way, we have a record of exactly
43+
# what we published, which we can use to generate SBOMs and attestations.
44+
action {
45+
define_artifacts {
46+
regex: "github/python-bigquery-sqlalchemy/**/*.tar.gz"
47+
strip_prefix: "github/python-bigquery-sqlalchemy"
48+
}
49+
}

noxfile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -519,6 +519,7 @@ def prerelease_deps(session):
519519
"grpcio!=1.52.0rc1",
520520
"grpcio-status",
521521
"google-api-core",
522+
"google-auth",
522523
"proto-plus",
523524
"google-cloud-testutils",
524525
# dependencies of google-cloud-testutils"
@@ -531,7 +532,6 @@ def prerelease_deps(session):
531532
# Remaining dependencies
532533
other_deps = [
533534
"requests",
534-
"google-auth",
535535
]
536536
session.install(*other_deps)
537537

0 commit comments

Comments
 (0)