Skip to content

Commit 71b1849

Browse files
Update upload-python-package.yml
1 parent 79984e0 commit 71b1849

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/upload-python-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ jobs:
1010
- name: Checkout
1111
uses: actions/checkout@v2
1212

13-
- name: Set up Python 3.6
13+
- name: Set up Python 3.11
1414
uses: actions/setup-python@v2
1515
with:
16-
python-version: 3.6
16+
python-version: 3.11
1717

1818
- name: Install Poetry
1919
run: |
20-
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
20+
curl -sSL https://install.python-poetry.org | python3 -
2121
2222
- name: Add path for Poetry
2323
run: echo "$HOME/.poetry/bin" >> $GITHUB_PATH

0 commit comments

Comments
 (0)