diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 54eb94d..1d36b43 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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