1
0
mirror of https://github.com/actions/setup-python.git synced 2026-04-16 19:15:39 +02:00

Compare commits

...

2 Commits

Author SHA1 Message Date
Shubham Tiwari 9c644ca2ab Update README.md to fix setup-python version in example (#368) 2022-04-01 13:20:54 +02:00
Shubham Tiwari 3e8e90edf0 dist fix (#367) 2022-04-01 12:54:05 +02:00
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -249,10 +249,10 @@ steps:
**Caching poetry dependencies:**
```yaml
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install poetry
run: pipx install poetry
- uses: actions/setup-python@v2
- uses: actions/setup-python@v3
with:
python-version: '3.9'
cache: 'poetry'
+1 -1
View File
@@ -38341,7 +38341,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
const glob = __importStar(__webpack_require__(281));
const path = __importStar(__webpack_require__(622));
const exec = __importStar(__webpack_require__(986));
const cache_distributor_1 = __importDefault(__webpack_require__(435));
const cache_distributor_1 = __importDefault(__webpack_require__(596));
class PoetryCache extends cache_distributor_1.default {
constructor(pythonVersion, patterns = '**/poetry.lock') {
super('poetry', patterns);