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