Skip to content

Commit

Permalink
Bump poetry to 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
connelldave committed Nov 26, 2023
1 parent 1c61504 commit ff1da91
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
- name: Setup Poetry
run: |
export POETRY_HOME=/opt/poetry
python3 install-poetry.py --version 1.3.1
python3 -m venv $POETRY_HOME
$POETRY_HOME/bin/pip install poetry==1.7.1
$POETRY_HOME/bin/poetry --version
- name: Install dev packages
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ jobs:
- name: Setup Poetry
run: |
export POETRY_HOME=/opt/poetry
python3 install-poetry.py --version 1.2.0
python3 -m venv $POETRY_HOME
$POETRY_HOME/bin/pip install poetry==1.7.1
$POETRY_HOME/bin/poetry --version
- name: Build and publish package
run: |
/opt/poetry/bin/poetry config pypi-token.pypi "${{ secrets.pypi_password }}"
Expand Down

0 comments on commit ff1da91

Please sign in to comment.