kerighan / eldar

Boolean text search in Python
MIT License
44 stars 7 forks source link

Consider using automated CICD using GitHub Actions #6

Closed impredicative closed 2 years ago

impredicative commented 3 years ago

As a good practice, consider using automated CI CD workflow(s). As an example, I'm using it in my repo. For what it's worth, the files of interest in my repo are:

In this way, the publish to PyPI would always be from a tested and pristine environment.