Join Slack
Powered by
<@UAA30DSGZ> we use setup-py as the key part of ou...
# general
e
enough-analyst-54434
07/24/2018, 10:44 PM
@creamy-activity-5659
we use setup-py as the key part of our publishing process for pants itself:
./pants setup-py --run='bdist_wheel' ...
generates wheels in
dist/
which we then use
twine
as described here to sign and upload to pypi:
https://packaging.python.org/tutorials/packaging-projects/
2
Views
Open in Slack
Previous
Next