Is there a away we can get pants to publish a whee...
# general
f
Is there a away we can get pants to publish a wheel, that has been produced by 3rd party tooling ? We can get the wheel into the /dist folder (or even into the BUILD location)
Copy code
pants publish path/to::
h
Certainly not by putting it in /dist. But you could "download" the wheel from its 3rdparty-produced location, perhaps, in an adhoc_tool or something
But them I'm not sure what would know how to publish it
Basically this would require some experimentation, I don't have a working invocation off hand
👍 1