Skip to content

Commit

Permalink
Run config before publish step (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
Buried-In-Code authored Sep 5, 2021
1 parent f16f0b2 commit 98b8f13
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,9 @@ jobs:
- name: Install library
run: poetry install --no-interaction
#----------------------------------------------
# Publish Project
# Configure and Publish Project on PyPI
#----------------------------------------------
- name: Set PyPI Token
run: poetry config pypi-token.pypi "${{ secrets.PYPI_TOKEN }}"
- name: Publish Project
run: poetry publish --build
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}
run: poetry publish --build

0 comments on commit 98b8f13

Please sign in to comment.