Skip to content

Commit

Permalink
Fix publish step
Browse files Browse the repository at this point in the history
  • Loading branch information
grvodolagin committed Dec 19, 2022
1 parent 3ebdb90 commit 25c13b8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@ jobs:

- name: Publish
run: |
export PYPI_USERNAME=${{ secrets.PYPI_USERNAME }}
export PYPI_PASSWORD=${{ secrets.PYPI_PASSWORD }}
poetry config pypi-token.pypi ${{ secrets.PYPI_PASSWORD }}
poetry publish
- name: Git push
Expand Down

0 comments on commit 25c13b8

Please sign in to comment.