gh-action-pypi-publish
gh-action-pypi-publish copied to clipboard
Export the release URL
Hi, it could be cool if you can export the release URL
It's an interesting idea. I'd be open to it.
Implementation hint: Twine prints out the release URL so it'd need a wrapper that could parse it before exiting. We can't just guess it by concatenating the PyPI URL because it's not the only index implementation out there, and we shouldn't leave out deployments like devpi, pulp or various proprietary package repository implementations.