Skip to content

Commit 4b60ed6

Browse files
authored
👷 Do not use the cache for dependencies when publishing to PyPI (#774)
1 parent 6de7646 commit 4b60ed6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/publish.yml

-6
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,7 @@ jobs:
2121
# Issue ref: https://github.com/actions/setup-python/issues/436
2222
# cache: "pip"
2323
# cache-dependency-path: pyproject.toml
24-
- uses: actions/cache@v3
25-
id: cache
26-
with:
27-
path: ${{ env.pythonLocation }}
28-
key: ${{ runner.os }}-python-${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml') }}
2924
- name: Install build dependencies
30-
if: steps.cache.outputs.cache-hit != 'true'
3125
run: pip install build
3226
- name: Build distribution
3327
run: python -m build

0 commit comments

Comments
 (0)