You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Twine is a utility for publishing Python packages on PyPI. It provides build system independent uploads of source and binary distribution artifacts.
Twine is maintained by the Python Packaging Authority, the same org that provides pip. Where pip is for downloading/installing Python libraries, twine is for uploading them to an artifact repository.
I believe it makes a lot of sense for a CI/CD system to have this basic Python library publishing tool baked-in.
Hi @BrandonLWhite - Unfortunately, we are unable to proceed with the installation of this tool in the runner image.. Having said that, we will surely look back re-assess our decision as the tool rises in popularity.
This tool requires arund 5-6 seconds to install via Github actions workflow.
Please feel free to add the relevant installation step in the same.
Thanks.
Tool name
twine
Tool license
Apache License 2.0
Add or update?
Desired version
latest
Approximate size
40 KB
Brief description of tool
Twine is a utility for publishing Python packages on PyPI. It provides build system independent uploads of source and binary distribution artifacts.
Twine is maintained by the Python Packaging Authority, the same org that provides
pip
. Wherepip
is for downloading/installing Python libraries,twine
is for uploading them to an artifact repository.I believe it makes a lot of sense for a CI/CD system to have this basic Python library publishing tool baked-in.
URL for tool's homepage
https://github.com/pypa/twine
Provide a basic test case to validate the tool's functionality.
Platforms where you need the tool
Runner images where you need the tool
Can this tool be installed during the build?
Tool installation time in runtime
1 or 2 seconds
Are you willing to submit a PR?
Yes
The text was updated successfully, but these errors were encountered: