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-squarelogging_strict@programming.devlinkfedilinkarrow-up1·7 months agoFrom the hatch docs, not seeing where it discusses publishing to alternative package warehouses.
minus-squareEager Eagle@lemmy.worldlinkfedilinkEnglisharrow-up1·7 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.
From the hatch docs, not seeing where it discusses publishing to alternative package warehouses.
AFAIK setuptools and hatch are for building. Publishing is a different process. You can try
uvfor publishing, but idk if it supports publishing to alternatives to PyPI.