Hello! Thank you for this community. What is the s...
# pex
s
Hello! Thank you for this community. What is the suggested way to go about publishing pex binaries? I can do a simple curl command but I was wondering if there any pants plugins that help with this.
h
One common way is publishing docker images with embedded pex binaries
I don't think there's an idiomatic way to publish raw .pex files themselves - but github releases might be one way
s
Thank you for the docker idea! Exploring it.
h