Skip to content
This repository was archived by the owner on Apr 17, 2023. It is now read-only.

Commit 13ad489

Browse files
committed
Remove caching to release process
This potentially fixes `invoke command not found` error.
1 parent d0563e6 commit 13ad489

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,6 @@ jobs:
1919
virtualenvs-create: true
2020
virtualenvs-in-project: true
2121

22-
- name: Cache Dependencies
23-
uses: actions/cache@v2
24-
id: cache-dependencies
25-
with:
26-
path: .venv
27-
key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}
28-
29-
- name: Install Dependencies if cache doesn't hit
30-
if: steps.cache-dependencies.cache-hit != 'true'
31-
run: poetry install
32-
3322
- name: Publish to PyPI
3423
run:
3524
poetry config http-basic.pypi ${{ secrets.PYPI_USERNAME }} ${{ secrets.PYPI_PASSWORD }};

0 commit comments

Comments
 (0)