diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 25fe3f9..d8c8a9f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,6 +20,7 @@ jobs: with: python-version: ${{ matrix.python-version }} cache: pip + cache-dependency-path: setup.py - name: Install dependencies run: | pip install -e '.[test]' @@ -36,6 +37,7 @@ jobs: with: python-version: "3.11" cache: pip + cache-dependency-path: setup.py - name: Install dependencies run: | pip install setuptools wheel twine build