mirror of
https://github.com/actions/setup-python.git
synced 2025-12-18 06:22:36 +00:00
3 lines
105 B
TypeScript
3 lines
105 B
TypeScript
|
|
const CACHE_DEPENDENCY_BACKUP_PATH: string = '**/pyproject.toml';
|
||
|
|
export {CACHE_DEPENDENCY_BACKUP_PATH};
|