<@UAA30DSGZ> we use setup-py as the key part of ou...
# general
e
@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/