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 1c61504 commit ff1da91Copy full SHA for ff1da91
.github/workflows/lint.yml
@@ -18,7 +18,8 @@ jobs:
18
- name: Setup Poetry
19
run: |
20
export POETRY_HOME=/opt/poetry
21
- python3 install-poetry.py --version 1.3.1
+ python3 -m venv $POETRY_HOME
22
+ $POETRY_HOME/bin/pip install poetry==1.7.1
23
$POETRY_HOME/bin/poetry --version
24
25
- name: Install dev packages
.github/workflows/publish.yml
@@ -21,9 +21,10 @@ jobs:
- python3 install-poetry.py --version 1.2.0
26
-
27
+
28
- name: Build and publish package
29
30
/opt/poetry/bin/poetry config pypi-token.pypi "${{ secrets.pypi_password }}"
0 commit comments