Skip to content

Commit d15d2e8

Browse files
committed
chore: upgrade ci poetry version
1 parent 949d500 commit d15d2e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Get Poetry
2929
uses: abatilo/[email protected]
3030
with:
31-
poetry-version: "1.1.13"
31+
poetry-version: "1.4.2"
3232
- name: Install dependencies
3333
run: |
3434
poetry install

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Run image
3131
uses: abatilo/[email protected]
3232
with:
33-
poetry-version: '1.1.11'
33+
poetry-version: '1.4.2'
3434
- name: Build package
3535
run: poetry build
3636
- name: Publish package

0 commit comments

Comments
 (0)