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 tool to help Python developers upload packages to Python package indexes. https://test.pypi.org/project/twine/1.10.0rc1/ is a release candidate for Twine 1.10.0 which I'm planning to release early this week. Please see the changelog for detailed notes under "Next feature release".
I believe this is how you test it out on its own: pip install --upgrade --pre --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple twine
I would to hear about any problems this new release causes for you. If you think twine would be a useful tool to tell your users about, please do recommend it in your docs And if there are some simple tests I can run before a new release to check whether a change in twine would break core functionality for you, maybe you could mention that on pypa/twine#314.
Thanks.
The text was updated successfully, but these errors were encountered:
twine
is a tool to help Python developers upload packages to Python package indexes. https://test.pypi.org/project/twine/1.10.0rc1/ is a release candidate for Twine 1.10.0 which I'm planning to release early this week. Please see the changelog for detailed notes under "Next feature release".I believe this is how you test it out on its own:
pip install --upgrade --pre --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple twine
I would to hear about any problems this new release causes for you. If you think
twine
would be a useful tool to tell your users about, please do recommend it in your docs And if there are some simple tests I can run before a new release to check whether a change intwine
would break core functionality for you, maybe you could mention that on pypa/twine#314.Thanks.
The text was updated successfully, but these errors were encountered: