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 2499d22 commit 807aec7Copy full SHA for 807aec7
.github/workflows/publish.yml
@@ -20,15 +20,6 @@ jobs:
20
- name: Install Poetry
21
uses: dschep/install-poetry-action@v1.3
22
23
- - name: Cache Poetry virtualenv
24
- uses: actions/cache@v1
25
- id: cache
26
- with:
27
- path: ~/.virtualenvs
28
- key: poetry-${{ hashFiles('**/poetry.lock') }}
29
- restore-keys: |
30
- poetry-${{ hashFiles('**/poetry.lock') }}
31
-
32
- name: Set Poetry config
33
env:
34
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.POETRY_PYPI_TOKEN_PYPI }}
0 commit comments