1 parent a3d16aa commit e88e1bcCopy full SHA for e88e1bc
3 files changed
.kokoro/build.sh
@@ -27,9 +27,10 @@ EOF
27
### Install dependencies
28
pip install \
29
--only-binary :all: \
30
- --require-hashes \
31
- --no-deps \
32
- -r .kokoro/requirements/build.txt \
+ twine \
+ build \
+ wheel \
33
+ keyrings.google-artifactregistry-auth \
34
--verbose # shows it is pulling from Airlock
35
36
### Build and Publish
.kokoro/requirements/build.in
0 commit comments