Skip to content

Commit

Permalink
updating poetry config for pypi publish
Browse files Browse the repository at this point in the history
  • Loading branch information
bug-or-feature committed Sep 1, 2023
1 parent 3706d41 commit 856ade4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
with:
python-version: '3.x'
- name: Install Poetry
uses: abatilo/actions-poetry@v2.1.6
uses: abatilo/actions-poetry@v2.3.0
with:
poetry-version: 1.1.12
poetry-version: 1.5.1
- name: Build and publish
env:
PYPI_USERNAME: __token__
Expand Down

0 comments on commit 856ade4

Please sign in to comment.