crowsonkb / k-diffusion

Karras et al. (2022) diffusion models for PyTorch
MIT License
2.26k stars 372 forks source link

Add github action to automatically push to pypi on Release x.y.z commit #32

Closed rom1504 closed 1 year ago

rom1504 commented 1 year ago

you need to create a token there https://pypi.org/manage/account/token/ and put it in there https://github.com/crowsonkb/k-diffusion/settings/secrets/actions/new name it PYPI_PASSWORD

The release will be triggered when you name your commit Release x.y.z I advise to change the version in setup.cfg in that commit

rom1504 commented 1 year ago

also used clip_anytorch instead of git clip