tensorstore
tensorstore copied to clipboard
Update `pypi-publish` to latest release
Stopped using commit hash in favor of tag release at https://github.com/marketplace/actions/pypi-publish
@laramiel, can you please review it? Thanks.
We are actually intentionally using the commit hash for third-party actions. Otherwise, since tags are mutable, it would effectively grant full control to the owner of the action.
Updated using commit hash. Closing.
That makes sense. Thanks @jbms and @laramiel.