We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f74f2c7 commit 6c17885Copy full SHA for 6c17885
.github/workflows/release.yml
@@ -13,16 +13,16 @@ jobs:
13
- name: Checkout code
14
uses: actions/checkout@v3
15
16
- - name: Set up Python
17
- uses: actions/setup-python@v4
18
- with:
19
- python-version: "3.9"
20
-
21
#----------------------------------------------
22
# poetry is not in the default image
23
24
- name: Install Poetry
25
- run: pip install -U poetry==1.2.1
+ run: pipx install -U poetry~=1.2.1
+
+ - name: Set up Python
+ uses: actions/setup-python@v4
+ with:
+ python-version: "3.11"
26
27
- name: Build project for distribution
28
run: poetry build
0 commit comments