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

Updated the documentation on uploading. #186

Merged
merged 1 commit into from
Aug 18, 2016

Conversation

mauritsvanrees
Copy link
Member

We are not using setup.py register/upload anymore, but use twine for both.
Removed the old-style .pypirc from the docs.

This builds on and replaces pull request #185

@@ -2,43 +2,40 @@ Uploading to pypi (or custom servers)
=======================================

When the (full)release command tries to upload your package to a pypi server,
zest.releaser basically just executes the command ``python setup.py register
sdist --formats=zip upload``.
zest.releaser basically just executes the command ``twine upload``.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about python setup.py sdist? Does twine upload do that nowadays?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To be more constructive: perhaps rephrase as

basically just executes the commands python setup.py sdist and twine upload.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, true, setup.py sdist is still needed yes. I have updated the text along those lines.

We are not using `setup.py register/upload` anymore, but use twine for both.
Removed the old-style `.pypirc` from the docs.
@mgedmin
Copy link
Contributor

mgedmin commented Aug 18, 2016

LGTM!

@mauritsvanrees mauritsvanrees merged commit 997b366 into master Aug 18, 2016
@mauritsvanrees mauritsvanrees deleted the maurits-improve-uploading-docs branch August 18, 2016 22:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants