-
Notifications
You must be signed in to change notification settings - Fork 306
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
better "register" guidance and pypi.org migration advice #320
Conversation
Codecov Report
@@ Coverage Diff @@
## master #320 +/- ##
=======================================
Coverage 68.51% 68.51%
=======================================
Files 12 12
Lines 578 578
Branches 91 91
=======================================
Hits 396 396
Misses 157 157
Partials 25 25
Continue to review full report at Codecov.
|
cc @mauritsvanrees & @mplanchard in case you can review & advise. |
LGTM. It makes things clearer. It does not look like this requires changes in Also, by default
|
This looks good to me, too! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. I didn't see anything objectionable, but did see many valuable changes.
f1d4f3b
to
d15277e
Compare
d15277e
to
a578fd9
Compare
I think codecov is just broken right now. Disregarding it and merging. |
Address part of #11 and #311 by removing the pypi.org default for
register
, and improving command-line usage forregister
. Also improve style and provide better guidance in theREADME
and in other usage help forregister
andupload
, including suggesting users use Test PyPI before uploading distributions to pypi.org.Once we get the usage wording down I'll also update the
README
in this PR to reflect the new usage text forupload
andregister
.Key line to review: https://github.com/pypa/twine/compare/pypi-migration-register?expand=1#diff-2190788b5d7d5b86131d0daf63dac4d1R72 in which I remove the default of
pypi
for theregister
command.