Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Github Actions support #44

Merged
merged 7 commits into from
May 20, 2020
Merged

Added Github Actions support #44

merged 7 commits into from
May 20, 2020

Conversation

k15z
Copy link
Contributor

@k15z k15z commented May 19, 2020

@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 k15z marked this pull request as ready for review May 19, 2020 12:17
Copy link
Contributor

@micahjsmith micahjsmith left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very welcome contribution, thanks :)

Can you add a brief blurb to the template README explaining anything a new library developer should do, i.e. set up github secrets

{{cookiecutter.repository_name}}/Makefile Show resolved Hide resolved
{{cookiecutter.repository_name}}/setup.py Outdated Show resolved Hide resolved
{{cookiecutter.repository_name}}/setup.py Show resolved Hide resolved
docs/prompts.rst Outdated Show resolved Hide resolved
@k15z
Copy link
Contributor Author

k15z commented May 19, 2020

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
Copy link
Contributor

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

Copy link
Contributor

@micahjsmith micahjsmith left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, please get a review from @csala as well before merging

@micahjsmith micahjsmith requested a review from csala May 19, 2020 13:18
hooks/post_gen_project.py Outdated Show resolved Hide resolved
{{cookiecutter.repository_name}}/tox.ini Outdated Show resolved Hide resolved
Copy link
Contributor

@csala csala left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm! Thanks @k15z !

@csala csala merged commit 9a33d4c into DAI-Lab:master May 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants