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 999ed1c commit 5697bd3Copy full SHA for 5697bd3
.github/workflows/build-docs.yml
@@ -20,10 +20,8 @@ jobs:
20
id: full-python-version
21
run: echo ::set-output name=version::$(python -c "import sys; print('-'.join(str(v) for v in sys.version_info))")
22
23
- - name: Bootstrap poetry
24
- run: |
25
- curl -sL https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py | python - -y
26
- echo "$HOME/.local/bin" >> $GITHUB_PATH
+ - name: Set up poetry
+ uses: Gr1N/setup-poetry@v8
27
28
- name: Configure poetry
29
run: poetry config virtualenvs.in-project true
.github/workflows/docker-publish.yml
@@ -7,7 +7,7 @@ on:
7
workflow_dispatch:
8
release:
9
types:
10
- - created
+ - published
11
12
jobs:
13
docker:
0 commit comments