We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84d3182 commit 18feb0aCopy full SHA for 18feb0a
.github/workflows/release.yml
@@ -10,14 +10,14 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v2
13
+ - name: Install poetry
14
+ run: pipx install poetry
15
- name: Set up Python
- uses: actions/setup-python@v2
16
+ uses: actions/setup-python@v4
17
with:
18
python-version: "3.9"
19
- name: Install deps
- uses: knowsuchagency/poetry-install@v1
- env:
20
- POETRY_VIRTUALENVS_CREATE: false
+ run: poetry install
21
- name: Release package
22
env:
23
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }}
0 commit comments