There was an error while loading. Please reload this page.
1 parent e88e1bc commit bdee3eaCopy full SHA for bdee3ea
3 files changed
.kokoro/build.sh
@@ -27,10 +27,9 @@ EOF
27
### Install dependencies
28
pip install \
29
--only-binary :all: \
30
- twine \
31
- build \
32
- wheel \
33
- keyrings.google-artifactregistry-auth \
+ --require-hashes \
+ --no-deps \
+ -r .kokoro/requirements/build.txt \
34
--verbose # shows it is pulling from Airlock
35
36
### Build and Publish
.kokoro/requirements/build.in
@@ -0,0 +1,6 @@
1
+--only-binary :all:
2
+twine>=6.2.0
3
+build>=1.3.0
4
+wheel>=0.45.1
5
+keyring>=25.7.0
6
+keyrings.google-artifactregistry-auth>=1.1.2
0 commit comments