mirror of
https://github.com/actions/setup-python.git
synced 2025-04-15 00:23:29 +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};
|