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?