File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
#
5
5
# pip-compile --allow-unsafe --generate-hashes requirements.in
6
6
#
7
- argcomplete == 3.5 .0 \
8
- --hash =sha256:4349400469dccfb7950bb60334a680c58d88699bff6159df61251878dc6bf74b \
9
- --hash =sha256:d4bcf3ff544f51e16e54228a7ac7f486ed70ebf2ecfe49a63a91171c76bf029b
7
+ argcomplete == 3.4 .0 \
8
+ --hash =sha256:69a79e083a716173e5532e0fa3bef45f793f4e61096cf52b5a42c0211c8b8aa5 \
9
+ --hash =sha256:c2abcdfe1be8ace47ba777d4fce319eb13bf8ad9dace8d085dcad6eded88057f
10
10
# via nox
11
11
colorlog == 6.8.2 \
12
12
--hash =sha256:3e3e079a41feb5a1b64f978b5ea4f46040a94f11f0e8bbb8261e3dbbeca64d44 \
Original file line number Diff line number Diff line change @@ -28,4 +28,4 @@ TWINE=${PYTHON_BIN}/twine
28
28
export PYTHONUNBUFFERED=1
29
29
30
30
TWINE_PASSWORD=$( cat " ${KOKORO_KEYSTORE_DIR} /73713_google-cloud-pypi-token-keystore-1" )
31
- ${PYTHON} -m twine upload --skip-existing --username __token__ --password " ${TWINE_PASSWORD} " ${REPO_ROOT} /dist_wheels /*
31
+ ${PYTHON} -m twine upload --skip-existing --username __token__ --password " ${TWINE_PASSWORD} " ${REPO_ROOT} /wheels /*
You can’t perform that action at this time.
0 commit comments