mirror of
https://github.com/actions/setup-python.git
synced 2026-01-21 05:38:54 +08:00
test implemented
This commit is contained in:
parent
292b71d345
commit
29e63a4476
6 changed files with 91 additions and 17 deletions
2
src/cache-distributions/constants.ts
Normal file
2
src/cache-distributions/constants.ts
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
const CACHE_DEPENDENCY_BACKUP_PATH: string = '**/pyproject.toml';
|
||||
export {CACHE_DEPENDENCY_BACKUP_PATH};
|
||||
Loading…
Add table
Add a link
Reference in a new issue