From 8aab48b2e1fcdb7a946a3141a424e037bbf7b538 Mon Sep 17 00:00:00 2001 From: Nikhil Devanathan Date: Sun, 8 Sep 2024 19:36:38 -0700 Subject: [PATCH] minor fix --- .github/workflows/poetry-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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