cm0002@lemmy.world to Python@programming.dev · 7 months agoPython now has a standard package lock file format – though winning full adoption will be a challengedevclass.comexternal-linkmessage-square14linkfedilinkarrow-up1114arrow-down13
arrow-up1111arrow-down1external-linkPython now has a standard package lock file format – though winning full adoption will be a challengedevclass.comcm0002@lemmy.world to Python@programming.dev · 7 months agomessage-square14linkfedilink
minus-squareEager Eagle@lemmy.worldlinkfedilinkEnglisharrow-up1·6 months agoAFAIK setuptools and hatch are for building. Publishing is a different process. You can try uv for publishing, but idk if it supports publishing to alternatives to PyPI.
AFAIK setuptools and hatch are for building. Publishing is a different process. You can try
uv
for publishing, but idk if it supports publishing to alternatives to PyPI.