Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sg60/setup-poetry
A very simple action to setup poetry.
https://github.com/sg60/setup-poetry
actions poetry-python python
Last synced: 20 days ago
JSON representation
A very simple action to setup poetry.
- Host: GitHub
- URL: https://github.com/sg60/setup-poetry
- Owner: SG60
- License: mit
- Created: 2022-01-22T15:33:11.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-18T06:09:12.000Z (12 months ago)
- Last Synced: 2024-12-06T22:42:51.405Z (about 1 month ago)
- Topics: actions, poetry-python, python
- Homepage:
- Size: 18.6 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Setup Poetry
A **very** simple action to setup poetry.
Usage:
```yaml
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: SG60/setup-poetry@v1
- run: poetry install # you can use poetry now!
```