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 79984e0 commit 71b1849Copy full SHA for 71b1849
.github/workflows/upload-python-package.yml
@@ -10,14 +10,14 @@ jobs:
10
- name: Checkout
11
uses: actions/checkout@v2
12
13
- - name: Set up Python 3.6
+ - name: Set up Python 3.11
14
uses: actions/setup-python@v2
15
with:
16
- python-version: 3.6
+ python-version: 3.11
17
18
- name: Install Poetry
19
run: |
20
- curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
+ curl -sSL https://install.python-poetry.org | python3 -
21
22
- name: Add path for Poetry
23
run: echo "$HOME/.poetry/bin" >> $GITHUB_PATH
0 commit comments