diff --git a/.github/workflows/poetry-cd.yml b/.github/workflows/poetry-cd.yml index c67f6c7..ae0c995 100644 --- a/.github/workflows/poetry-cd.yml +++ b/.github/workflows/poetry-cd.yml @@ -18,4 +18,4 @@ jobs: - run: poetry run pytest - run: poetry config pypi-token.pypi "${{ secrets.PYPI_API_KEY }}" - name: Publish package - run: poetry publish --build \ No newline at end of file + run: poetry publish --build