Support for V2 of the Data Commons API is being released as a new client library
called datacommons_client.
To release:
- Update CHANGELOG.md with relevant changes.
- Bump the version by running
hatch versionfollowed bypatch,minor,major, a specific version number, or--pre betafor a beta version, for example. - Build the package
hatch build- (optionally) Test the deployment process locally
hatch run release:localtest- Test the deployment process on Test PyPi
hatch run release:testpypi- Once verified, upload to PyPI:
hatch run release:pypi- Create a version tag on Git:
hatch run release:tag