full-oyster-41619
08/24/2020, 9:12 AM./pants setup-py my_lib -- sdist
pipenv run twine upload dist/*
and I would like something like
./pants setup-py my_lib -- sdist
./pants twine upload dist/*
# or
./pants run twine upload dist/*
happy-kitchen-89482
08/24/2020, 5:34 PMfull-oyster-41619
08/25/2020, 7:11 AM