Skip to content

Commit bdee3ea

Browse files
committed
Revert "Remove requirements directory and simplify pip install"
This reverts commit e88e1bc.
1 parent e88e1bc commit bdee3ea

3 files changed

Lines changed: 417 additions & 4 deletions

File tree

.kokoro/build.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,9 @@ EOF
2727
### Install dependencies
2828
pip install \
2929
--only-binary :all: \
30-
twine \
31-
build \
32-
wheel \
33-
keyrings.google-artifactregistry-auth \
30+
--require-hashes \
31+
--no-deps \
32+
-r .kokoro/requirements/build.txt \
3433
--verbose # shows it is pulling from Airlock
3534

3635
### Build and Publish

.kokoro/requirements/build.in

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)