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 25c13b8 commit 4b0e651
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ jobs:

- name: Publish
run: |
poetry config pypi-token.pypi ${{ secrets.PYPI_PASSWORD }}
poetry publish
poetry config pypi-token.pypi "${{ secrets.PYPI_PASSWORD }}"
make publish
- name: Git push
uses: github-actions-x/commit@v2.9
Expand Down

0 comments on commit 4b0e651

Please sign in to comment.