Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit 7ce624c

Browse files
committed
commented out wheel upload
1 parent cf40a7d commit 7ce624c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.kokoro/release-windows-wheel.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ set PYTHONUNBUFFERED=1
3636
@echo "Move into the package, build the distribution and upload."
3737
set /p TWINE_PASSWORD=<%KOKORO_KEYSTORE_DIR%/73713_google-cloud-pypi-token-keystore-3
3838
call py -3 setup.py sdist || goto :error
39-
call py -3 -m twine upload --skip-existing --username __token__ --password "%TWINE_PASSWORD%" dist/* wheels/google_crc32c* || goto :error
39+
@rem call py -3 -m twine upload --skip-existing --username __token__ --password "%TWINE_PASSWORD%" dist/* wheels/google_crc32c* || goto :error
4040

4141
goto :EOF
4242

scripts/manylinux/publish_python_wheel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ python -m releasetool publish-reporter-script > /tmp/publisher-script; source /t
2424
# Disable logging
2525
set +x
2626
TWINE_PASSWORD=$(cat "${KOKORO_KEYSTORE_DIR}/73713_google-cloud-pypi-token-keystore-3")
27-
python -m twine upload --skip-existing --username __token__ --password "${TWINE_PASSWORD}" ${REPO_ROOT}/wheels/*
27+
#python -m twine upload --skip-existing --username __token__ --password "${TWINE_PASSWORD}" ${REPO_ROOT}/wheels/*

scripts/osx/publish_python_wheel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ TWINE=${PYTHON_BIN}/twine
2727
# Disable logging
2828
set +x
2929
TWINE_PASSWORD=$(cat "${KOKORO_KEYSTORE_DIR}/73713_google-cloud-pypi-token-keystore-3")
30-
${PYTHON} -m twine upload --skip-existing --username __token__ --password "${TWINE_PASSWORD}" ${REPO_ROOT}/wheels/*
30+
#${PYTHON} -m twine upload --skip-existing --username __token__ --password "${TWINE_PASSWORD}" ${REPO_ROOT}/wheels/*

0 commit comments

Comments
 (0)