mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Use the correct cache-dependency-path
This commit is contained in:
parent
a7976b6cbb
commit
2f6d3da985
2
.github/workflows/create-release.yml
vendored
2
.github/workflows/create-release.yml
vendored
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user