cm0002@lemmy.world to Python@programming.dev · 3 months agoPython now has a standard package lock file format – though winning full adoption will be a challengedevclass.comexternal-linkmessage-square15fedilinkarrow-up11arrow-down10
arrow-up11arrow-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 · 3 months agomessage-square15fedilink
minus-squareEager Eagle@lemmy.worldlinkfedilinkEnglisharrow-up0·edit-23 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.