pypi publishing
Closed this issue · 5 comments
rousseldenis commented
sbidoul commented
I made #6 with the publishing workflow and version inference from git tags.
@sebalix do you want to add more metadata in setup.cfg (include README from file, license, author, etc)? I'll then push the first release and finalize the CI configuration.
After that publishing a release will be a matter of creating a GitHub release with git tag.
flagreenice commented
I can't find the library in pypi. Is it uploaded or am I missing something?
sbidoul commented
I just published to PyPI: https://pypi.org/project/oca-port/
The publish token is also set-up in GitHub actions, to the next time a tag of the form vX.Y.Z is created, it should be published automatically.
flachica commented
Great work, thanks a lot