pypa / gh-action-pypi-publish

The blessed :octocat: GitHub Action, for publishing your :package: distribution files to PyPI, the tokenless way: https://github.com/marketplace/actions/pypi-publish
https://packaging.python.org/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/
BSD 3-Clause "New" or "Revised" License
930 stars 87 forks source link

Remove redundant `Path.absolute()` call #258

Closed facutuesca closed 2 months ago

facutuesca commented 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.