mirror of
https://github.com/actions/setup-python.git
synced 2025-04-24 15:32:13 +00:00
Fix review points
This commit is contained in:
parent
9d92b96676
commit
306b730df1
3 changed files with 0 additions and 3 deletions
1
dist/cache-save/index.js
vendored
1
dist/cache-save/index.js
vendored
|
@ -59758,7 +59758,6 @@ exports["default"] = CacheDistributor;
|
|||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||
exports.CACHE_DEPENDENCY_BACKUP_PATH = void 0;
|
||||
exports.CACHE_DEPENDENCY_BACKUP_PATH = '**/pyproject.toml';
|
||||
//export {CACHE_DEPENDENCY_BACKUP_PATH};
|
||||
|
||||
|
||||
/***/ }),
|
||||
|
|
1
dist/setup/index.js
vendored
1
dist/setup/index.js
vendored
|
@ -67106,7 +67106,6 @@ exports.getCacheDistributor = getCacheDistributor;
|
|||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||
exports.CACHE_DEPENDENCY_BACKUP_PATH = void 0;
|
||||
exports.CACHE_DEPENDENCY_BACKUP_PATH = '**/pyproject.toml';
|
||||
//export {CACHE_DEPENDENCY_BACKUP_PATH};
|
||||
|
||||
|
||||
/***/ }),
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
export const CACHE_DEPENDENCY_BACKUP_PATH = '**/pyproject.toml';
|
||||
//export {CACHE_DEPENDENCY_BACKUP_PATH};
|
||||
|
|
Loading…
Add table
Reference in a new issue