Skip to content

Commit e88e1bc

Browse files
committed
Remove requirements directory and simplify pip install
1 parent a3d16aa commit e88e1bc

3 files changed

Lines changed: 4 additions & 417 deletions

File tree

.kokoro/build.sh

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

3536
### Build and Publish

.kokoro/requirements/build.in

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)