I use Python zipapp (more precisely shiv) to ship Python module.
I would like to store generated zipapp (.pyz) on Nexus (ideally pypi on Nexus) to keep track of my built artifact in a CI/CD pipeline.
How can I upload .pyz on Nexus?
Is it possible to store it in hosted pypi on Nexus?
I finally ended up by pushing the
.pyzartifact in amavenrepository onNexus. It seems to work pretty well by pushing the artifact with a simplecurl: