Skip to content

Commit 6c17885

Browse files
committed
chore: update publish action
1 parent f74f2c7 commit 6c17885

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ jobs:
1313
- name: Checkout code
1414
uses: actions/checkout@v3
1515

16-
- name: Set up Python
17-
uses: actions/setup-python@v4
18-
with:
19-
python-version: "3.9"
20-
2116
#----------------------------------------------
2217
# poetry is not in the default image
2318
#----------------------------------------------
2419
- name: Install Poetry
25-
run: pip install -U poetry==1.2.1
20+
run: pipx install -U poetry~=1.2.1
21+
22+
- name: Set up Python
23+
uses: actions/setup-python@v4
24+
with:
25+
python-version: "3.11"
2626

2727
- name: Build project for distribution
2828
run: poetry build

0 commit comments

Comments
 (0)