Skip to content

Commit

Permalink
feat: publish
Browse files Browse the repository at this point in the history
- add quotes around secret
  • Loading branch information
ghinks committed Jan 22, 2025
1 parent 5dcead4 commit fcdfd76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
poetry build
- name: Configure Poetry for PyPI
run: |
poetry config pypi-token.pypi "${{ secrets.PYPI_TOKEN_REVIEW_TALLY }}"
poetry config pypi-token.pypi "${{ secrets.PYPI_TOKEN_REVIEW_TALLY }}"
- name: Publish to PyPI
run: |
poetry publish --build --verbose
poetry publish --build --dry-run

0 comments on commit fcdfd76

Please sign in to comment.