Skip to content
This repository has been archived by the owner on Dec 14, 2024. It is now read-only.

Commit

Permalink
Add pypi token to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
zmievsa committed Sep 11, 2022
1 parent d234450 commit 6a25da0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,6 @@ jobs:
- name: Publish
env:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
run: poetry publish
run: |
poetry config pypi-token.pypi $PYPI_TOKEN
poetry publish

0 comments on commit 6a25da0

Please sign in to comment.