Skip to content

Commit

Permalink
build: set poetry token as env var
Browse files Browse the repository at this point in the history
  • Loading branch information
matfax committed Dec 3, 2019
1 parent 1d5394e commit 56ac577
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 31,6 @@ jobs:
- name: building
run: poetry build
- name: publishing
run: |
poetry config http-basic.pypi ${{ secrets.PYPI_TOKEN }}
poetry publish
run: poetry publish
env:
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }}

0 comments on commit 56ac577

Please sign in to comment.