gh-action-pypi-publish icon indicating copy to clipboard operation
gh-action-pypi-publish copied to clipboard

Export the release URL

Open AlmogBaku opened this issue 3 years ago • 10 comments

Hi, it could be cool if you can export the release URL

AlmogBaku avatar Jun 07 '22 08:06 AlmogBaku

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.

webknjaz avatar Jul 25 '22 14:07 webknjaz