Use the correct cache-dependency-path

This commit is contained in:
Adam Turner 2024-10-08 05:08:22 +01:00
parent a7976b6cbb
commit 2f6d3da985

View File

@ -24,7 +24,7 @@ jobs:
with:
python-version: "3"
cache: pip
cache-dependency-path: pyproject.toml
cache-dependency-path: .github/workflows/create-release.yml
- name: Install build dependencies (pypa/build, twine)
run: |