Skip to content

Commit 18feb0a

Browse files
committed
Updated CI for releasing package.
Signed-off-by: Pavel Kirilin <[email protected]>
1 parent 84d3182 commit 18feb0a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v2
13+
- name: Install poetry
14+
run: pipx install poetry
1315
- name: Set up Python
14-
uses: actions/setup-python@v2
16+
uses: actions/setup-python@v4
1517
with:
1618
python-version: "3.9"
1719
- name: Install deps
18-
uses: knowsuchagency/poetry-install@v1
19-
env:
20-
POETRY_VIRTUALENVS_CREATE: false
20+
run: poetry install
2121
- name: Release package
2222
env:
2323
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)