Skip to content

Commit

Permalink
(fix) Changed release workflow to try to solve the error publishing p…
Browse files Browse the repository at this point in the history
…ackages to PyPi
  • Loading branch information
abel committed Sep 19, 2023
1 parent 189c498 commit 088e3fd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
uses: actions/setup-python@v3
- name: Install poetry
run: python -m pip install poetry
- run: poetry config pypi-token.pypi "${{ secrets.PYPI_API_KEY }}"
- name: Publish package
run: poetry publish --build
run: |
poetry config pypi-token.pypi "${{ secrets.PYPI_API_KEY }}"
poetry publish --build

0 comments on commit 088e3fd

Please sign in to comment.