TheoCoombes / ClipCap

Using pretrained encoder and language models to generate captions from multimedia inputs.
94 stars 15 forks source link

Create python-publish.yml for automated release #5

Closed rom1504 closed 2 years ago

rom1504 commented 2 years ago

when you create a "Release x.y.z" it will release

you need to add a secret called PYPI_PASSWORD in the github repo and put inside a token you create at https://pypi.org/manage/account/token/

https://github.com/TheoCoombes/ClipCap/settings/secrets/actions/new

TheoCoombes commented 2 years ago

Thanks!

rom1504 commented 2 years ago

ok nice, now you can make a "Release 0.1.0" changing the setup.py (and ideally a history.md) and things should be good