Skip to content

Commit 1da7eb6

Browse files
committed
1.0 release
1 parent d4a513b commit 1da7eb6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ jobs:
1919
python-version: 3.7
2020
- name: Install Poetry
2121
run: |
22-
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
22+
python -m pip install --upgrade pip
23+
pip install poetry
2324
poetry install
2425
- name: Poetry - Set Version & Build
2526
run: |

0 commit comments

Comments
 (0)