From e52e21fd062aa81bff4bc4d72bf2b6e436781ddb Mon Sep 17 00:00:00 2001 From: Aaron Date: Thu, 30 May 2019 08:06:21 -0600 Subject: [PATCH] Add actions-poetry to the Utility section [Poetry](https://github.com/sdispater/poetry) is an alternative dependency manager to pipenv which has been gaining a lot of usage lately for being compliant with the [PEP-517](https://www.python.org/dev/peps/pep-0517/) specification. I've published an action for people to be able to run poetry commands. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 01201b9..c06f311 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Update a repository's "Full description" on Docker Hub](https://github.com/mpepping/github-actions/tree/master/docker-hub-metadata) - [GitHub Actions Badges for your README](https://github.com/atrox/github-actions-badge) - [GitHub Actions for Python project with pipenv](https://github.com/peaceiris/actions-pipenv) +- [GitHub Actions for Python project with poetry](https://github.com/abatilo/actions-poetry) ### Testing and Linting