Skip to content

Commit

Permalink
build: migrate to kokoro release
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea committed Nov 20, 2023
1 parent 385c745 commit 196f0c4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 298 deletions.
294 changes: 0 additions & 294 deletions .github/workflows/python-publish.yml

This file was deleted.

10 changes: 6 additions & 4 deletions .kokoro/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ python3 -m releasetool publish-reporter-script > /tmp/publisher-script; source /
# Disable buffering, so that the logs stream through.
export PYTHONUNBUFFERED=1

# Move into the package, build the distribution and upload.
TWINE_PASSWORD=$(cat "${KOKORO_KEYSTORE_DIR}/73713_google-cloud-pypi-token-keystore-1")
cd github/python-crc32c
python3 setup.py sdist bdist_wheel
twine upload --username __token__ --password "${TWINE_PASSWORD}" dist/*
python3 setup.py sdist


# # Move into the package, build the distribution and upload.
# TWINE_PASSWORD=$(cat "${KOKORO_KEYSTORE_DIR}/73713_google-cloud-pypi-token-keystore-1")
# twine upload --username __token__ --password "${TWINE_PASSWORD}" dist/*
1 change: 1 addition & 0 deletions owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
excludes=[
".github/workflows",
".gitignore",
".kokoro/release.sh",
"CONTRIBUTING.rst",
"docs/**/*",
"MANIFEST.in",
Expand Down

0 comments on commit 196f0c4

Please sign in to comment.