Skip to content
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

Use twine to release to PyPI #121

Closed
andy-maier opened this issue Apr 21, 2016 · 3 comments
Closed

Use twine to release to PyPI #121

andy-maier opened this issue Apr 21, 2016 · 3 comments

Comments

@andy-maier
Copy link
Collaborator

I learned that the twine package has two advantages over setup.py upload:

  • It uses encrypted communication with PyPI (setup.py added that too at some point, but I think not for Pyhton 2.6).
  • It creates metadata on PyPI for the package dependencies. This results in a human readable section on the PyPI page, and I believe it also improves the machine-readable metadata about the dependencies.
@nir0s
Copy link
Collaborator

nir0s commented Apr 21, 2016

I actually started using twine just recently. It's really nice. I'm all for it.

@andy-maier
Copy link
Collaborator Author

I recently switched to twine in another project, and can contribute a PR to distro, soon.

@nir0s
Copy link
Collaborator

nir0s commented Nov 24, 2016

FYI, I already released a wheel using twine.. just didn't change the Makefile to do that. You're invited :)

@nir0s nir0s closed this as completed Jan 12, 2017
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