Question for other devcs. Should we "namespace" th...
# development
b
Question for other devcs. Should we "namespace" the per-platform pex files by also including the version? The wheels have the version embedded, and I'm thinking users who want to serve the pex files privately (via Artifactory) Might be served better by dumping them all in a single place, instead of N directories
c
yea, it makes sense to me to always include version numbers. Always easier to strip whenever/wherever needed rather than adding it.
b
I'll update
scie-pants
and our automation
🙏 1