Skip to content

Commit

Permalink
(fix) Fix release workflow configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
abel committed Sep 19, 2023
1 parent 088e3fd commit c17aeb5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
- name: Install poetry
run: python -m pip install poetry
- name: Publish package
env:
PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
run: |
poetry config pypi-token.pypi "${{ secrets.PYPI_API_KEY }}"
poetry config pypi-token.pypi $PYPI_TOKEN
poetry publish --build

0 comments on commit c17aeb5

Please sign in to comment.