DAI-Lab / cookiecutter-pypackage

DAI Lab's adaptation of cookiecutter-pypackage
BSD 3-Clause "New" or "Revised" License
1 stars 5 forks source link

Added Github Actions support #44

Closed k15z closed 4 years ago

k15z commented 4 years ago

@csala @micahjsmith This draft pull request adds support for Github Actions. Here's an example repository which shows the result of running this cookiecutter with the default options (Github Actions is now the default CI provider).

k15z commented 4 years ago

Yep, just updated the README, it's mostly just "skip this step if you're using github actions instead of travis", there's one thing about PyPI API tokens but that's it.

micahjsmith commented 4 years ago

Yep, just updated the README, it's mostly just "skip this step if you're using github actions instead of travis", there's one thing about PyPI API tokens but that's it.

For sure, maybe just a quick discussion to how someone would properly set the github secret for this token (linking to https://help.github.com/en/actions/configuring-and-managing-workflows/creating-and-storing-encrypted-secrets) perhaps