Skip to content

Commit

Permalink
Update upload-python-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kyuridenamida committed Aug 19, 2023
1 parent 79984e0 commit 71b1849
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/upload-python-package.yml
Expand Up @@ -10,14 +10,14 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Set up Python 3.6
- name: Set up Python 3.11
uses: actions/setup-python@v2
with:
python-version: 3.6
python-version: 3.11

- name: Install Poetry
run: |
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
curl -sSL https://install.python-poetry.org | python3 -
- name: Add path for Poetry
run: echo "$HOME/.poetry/bin" >> $GITHUB_PATH
Expand Down

0 comments on commit 71b1849

Please sign in to comment.