Skip to content

Fix fabfile.py to upload using twine #399

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
kotfu opened this issue May 15, 2018 · 2 comments
Closed

Fix fabfile.py to upload using twine #399

kotfu opened this issue May 15, 2018 · 2 comments

Comments

@kotfu
Copy link
Member

kotfu commented May 15, 2018

PEP566 and pypi.org now finally natively support markdown in the long description, see pypi/warehouse#869. To take advantage of this feature you have to upload with twine.

In addition, https://packaging.python.org/tutorials/distributing-packages/#uploading-your-project-to-pypi seems to indicate that python setup.py upload may not always be secure, and they suggest using twine instead.

@kotfu
Copy link
Member Author

kotfu commented May 19, 2018

Maybe do this as part of #408.

kotfu added a commit that referenced this issue May 28, 2018
@kotfu kotfu self-assigned this May 28, 2018
kotfu added a commit that referenced this issue May 29, 2018
@tleonhardt tleonhardt added this to the 0.9.2 milestone May 29, 2018
@tleonhardt
Copy link
Member

This was fixed by PR #422

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants