daltonfury42 / truecase

A python true casing utility that restores case information for texts
Apache License 2.0
87 stars 16 forks source link

feat(actions): add pytest actions and update word_tokenizer #8

Closed sergialonsaco closed 4 years ago

sergialonsaco commented 4 years ago
sergialonsaco commented 4 years ago

it should be nice to add a GitHub action to publish newest versions to the official PyPI org

daltonfury42 commented 4 years ago

I'll merge your changes for now, and work on this over the weekend. Thanks

daltonfury42 commented 4 years ago

@sergialonsaco I was playing around with GitHub Actions today. Thanks for letting me know about this awesome feature!

sergialonsaco commented 4 years ago

@sergialonsaco I was playing around with GitHub Actions today. Thanks for letting me know about this awesome feature!

I'm glad to hear that! I discovered it a few weeks ago, it is a cool CI tool integrated with github, let's take profit of it. Maybe good learning would be to create your own actions (idk if it would be really useful to have a truecase-github-action, but it could be a good project to learn).