I'm having a hard time creating the setup for `./p...
# general
m
I'm having a hard time creating the setup for
./pants publish
with
twine
šŸ¤” does someone have an example?
šŸ‘€ 1
c
These docs are not published yet, but perhaps provide enough insight to nudge you in the right direction ? https://www.pantsbuild.org/v2.9/docs/python-publish-goal
If not, I’m happy to assist, so plz just ask šŸ™‚
m
ah, this is what I wanted
šŸ™ 1
thanks
how can I just publish only python_distribution target types?
I guess
./pants filter --target-type=python_distribution :: | xargs ./pants publish
šŸ‘ 3