]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
👷 Do not use Python packages cache for publish (#11366)
authorSebastián Ramírez <tiangolo@gmail.com>
Thu, 28 Mar 2024 23:32:17 +0000 (18:32 -0500)
committerGitHub <noreply@github.com>
Thu, 28 Mar 2024 23:32:17 +0000 (18:32 -0500)
.github/workflows/publish.yml

index ce54ca4fef0f9d528460bc3fc7ca8a0b4873e369..899e49057fc8adf882b01e3fb0b8c28b71ad948a 100644 (file)
@@ -21,13 +21,7 @@ jobs:
           # Issue ref: https://github.com/actions/setup-python/issues/436
           # cache: "pip"
           # cache-dependency-path: pyproject.toml
-      - uses: actions/cache@v3
-        id: cache
-        with:
-          path: ${{ env.pythonLocation }}
-          key: ${{ runner.os }}-python-${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml') }}-publish
       - name: Install build dependencies
-        if: steps.cache.outputs.cache-hit != 'true'
         run: pip install build
       - name: Build distribution
         run: python -m build