diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a4a2be1..1d1951c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,4 +33,4 @@ jobs: if: github.event_name == 'release' && github.event.action == 'published' run: | poetry config pypi-token.pypi "${{ secrets.PYPI_TOKEN }}" - poetry publish -r pypi + poetry publish