Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 776 Bytes

File metadata and controls

32 lines (28 loc) · 776 Bytes

Python API Release

Releasing the datacommons_client package

Support for V2 of the Data Commons API is being released as a new client library called datacommons_client.

To release:

  1. Update CHANGELOG.md with relevant changes.
  2. Bump the version by running hatch version followed by patch, minor, major, a specific version number, or --pre beta for a beta version, for example.
  3. Build the package
hatch build
  1. (optionally) Test the deployment process locally
hatch run release:localtest
  1. Test the deployment process on Test PyPi
hatch run release:testpypi
  1. Once verified, upload to PyPI:
hatch run release:pypi
  1. Create a version tag on Git:
hatch run release:tag