Skip to content

Commit

Permalink
Merge pull request #8 from Reforestum/fix/yml-typos
Browse files Browse the repository at this point in the history
Typo on workflow
  • Loading branch information
jsga authored Aug 17, 2022
2 parents 9d89872 + dffc0eb commit b4b1c88
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ jobs:

- name: Publish a Python distribution to PyPI
run: |
poetry config pypi-token.pypi ${{ secrets.PYPI_API_TOKEN}}
poetry publish --build
poetry config pypi-token.pypi ${{ secrets.PYPI_API_TOKEN}}
poetry publish --build

0 comments on commit b4b1c88

Please sign in to comment.