-
Couldn't load subscription status.
- Fork 50
Closed as not planned
Description
Even after you've written a setup.py, publishing a package to PyPI is hard. Certainly I found it confusing the first time.
The sequence of steps is complex and made stressful by all the decisions left to the user:
- Register on PyPI (on the website or with
setup.py register?) - Login to PyPI (with
setup.py registeror by writing a.pypirc?) - Build distributions (source? egg? windows installers? wheel?)
- Upload distributions (with
setup.py uploador withtwine?)
It would be neat to have a single command pip publish analogous to npm publish that did all of this, correctly.
It would build whichever distributions are deemed fashionable (source + wheel). It you weren't logged in it would automatically run the wizard pip register.
jossef, AppLover69, AngusP, gforcada, waylan and 28 more
Metadata
Metadata
Assignees
Labels
No labels