This repository was archived by the owner on Dec 31, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed
Filter options
Expand file tree Collapse file tree 3 files changed +12
-3
lines changed
Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
docker :
15
15
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
Original file line number Diff line number Diff line change @@ -38,3 +38,12 @@ env_vars: {
38
38
key: " SECRET_MANAGER_KEYS"
39
39
value: " releasetool-publish-reporter-app,releasetool-publish-reporter-googleapis-installation,releasetool-publish-reporter-pem"
40
40
}
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-automl/**/*.tar.gz"
47
+ strip_prefix: " github/python-automl"
48
+ }
49
+ }
Original file line number Diff line number Diff line change @@ -384,6 +384,7 @@ def prerelease_deps(session):
384
384
"grpcio!=1.52.0rc1" ,
385
385
"grpcio-status" ,
386
386
"google-api-core" ,
387
+ "google-auth" ,
387
388
"proto-plus" ,
388
389
"google-cloud-testutils" ,
389
390
# dependencies of google-cloud-testutils"
@@ -396,7 +397,6 @@ def prerelease_deps(session):
396
397
# Remaining dependencies
397
398
other_deps = [
398
399
"requests" ,
399
- "google-auth" ,
400
400
]
401
401
session .install (* other_deps )
402
402
You can’t perform that action at this time.
0 commit comments