diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9ee96235b..d71f6e270 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,6 +32,7 @@ jobs: with: python-version: ${{ env.PYTHON_VERSION }} cache-suffix: "release" + enable-cache: false working-directory: ${{ inputs.working-directory }} # We want to keep this build stage *separate* from the release stage, @@ -268,6 +269,7 @@ jobs: with: python-version: ${{ env.PYTHON_VERSION }} cache-suffix: "release" + enable-cache: false working-directory: ${{ inputs.working-directory }} - uses: actions/download-artifact@v8 @@ -309,6 +311,7 @@ jobs: with: python-version: ${{ env.PYTHON_VERSION }} cache-suffix: "release" + enable-cache: false working-directory: ${{ inputs.working-directory }} - uses: actions/download-artifact@v8