Skip to content

Commit

Permalink
fixing poetry publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
o-smirnov committed Aug 18, 2024
1 parent e93a2ea commit cbeeeb4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/poetry-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Install poetry
run: pip install poetry

- name: Set PyPI token
run: poetry config pypi-token.pypi ${{secrets.PYPI_TOKEN}}

Expand Down

0 comments on commit cbeeeb4

Please sign in to comment.