Skip to content

Commit

Permalink
chore(v1): release 1.7.3 (#205)
Browse files Browse the repository at this point in the history
* chore(v1): release 1.7.3

* update release script

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
  • Loading branch information
release-please[bot] and parthea committed Jul 12, 2022
1 parent 43310f8 commit e30be05
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .kokoro/release.sh 100755 → 100644
Expand Up @@ -26,7 +26,7 @@ python3 -m pip install --upgrade twine wheel setuptools
export PYTHONUNBUFFERED=1

# Move into the package, build the distribution and upload.
TWINE_PASSWORD=$(cat "${KOKORO_GFILE_DIR}/secret_manager/google-cloud-pypi-token")
TWINE_PASSWORD=$(cat "${KOKORO_KEYSTORE_DIR}/73713_google-cloud-pypi-token-keystore-1")
cd github/python-cloud-core
python3 setup.py sdist bdist_wheel
twine upload --username __token__ --password "${TWINE_PASSWORD}" dist/*
12 changes: 11 additions & 1 deletion .kokoro/release/common.cfg
Expand Up @@ -23,8 +23,18 @@ env_vars: {
value: "github/python-cloud-core/.kokoro/release.sh"
}

# Fetch PyPI password
before_action {
fetch_keystore {
keystore_resource {
keystore_config_id: 73713
keyname: "google-cloud-pypi-token-keystore-1"
}
}
}

# Tokens needed to report release status back to GitHub
env_vars: {
key: "SECRET_MANAGER_KEYS"
value: "releasetool-publish-reporter-app,releasetool-publish-reporter-googleapis-installation,releasetool-publish-reporter-pem,google-cloud-pypi-token"
value: "releasetool-publish-reporter-app,releasetool-publish-reporter-googleapis-installation,releasetool-publish-reporter-pem"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,13 @@

[1]: https://pypi.org/project/google-cloud-core/#history

## [1.7.3](https://github.com/googleapis/python-cloud-core/compare/v1.7.2...v1.7.3) (2022-07-12)


### Bug Fixes

* **deps:** allow google-api-core < 3.0.0 on v1 branch ([#204](https://github.com/googleapis/python-cloud-core/issues/204)) ([43310f8](https://github.com/googleapis/python-cloud-core/commit/43310f8f365c29c94df5fcda9249768d8096da87))

### [1.7.2](https://www.github.com/googleapis/python-cloud-core/compare/v1.7.1...v1.7.2) (2021-07-27)


Expand Down
2 changes: 1 addition & 1 deletion google/cloud/version.py
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "1.7.2"
__version__ = "1.7.3"

0 comments on commit e30be05

Please sign in to comment.