Skip to content

Commit a36afe8

Browse files
ci: remove deps install step in build & publish workflow
1 parent ad75182 commit a36afe8

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -39,19 +39,6 @@ jobs:
3939
virtualenvs-create: true
4040
virtualenvs-in-project: true
4141

42-
# Load cached dependencies
43-
- name: Load cached venv
44-
id: cache-dependencies
45-
uses: actions/cache@v3
46-
if: ${{ steps.release.outputs.release_created == 'true' }}
47-
with:
48-
path: .venv
49-
key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}
50-
51-
# Install dependencies
52-
- if: ${{ steps.release.outputs.release_created == 'true' && steps.cache-dependencies.outputs.cache-hit != 'true' }}
53-
run: poetry install --all-extras
54-
5542
# Configure basic credentials for PyPI
5643
- run: poetry config pypi-token.pypi "${{ secrets.PYPI_PASSWORD }}"
5744
if: ${{ steps.release.outputs.release_created == 'true' }}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy