Closed facutuesca closed 2 months ago
As pointed out in this open PR: https://github.com/pypa/gh-action-pypi-publish/pull/250#pullrequestreview-2274163721, Path.resolve().absolute() is redundant. This removes an occurrence of it in the codebase.
Path.resolve().absolute()
As pointed out in this open PR: https://github.com/pypa/gh-action-pypi-publish/pull/250#pullrequestreview-2274163721,
Path.resolve().absolute()
is redundant. This removes an occurrence of it in the codebase.