From 8c7bda3053839222a6b834f304e5484b7528d2b5 Mon Sep 17 00:00:00 2001 From: cobycloud <25079070+cobycloud@users.noreply.github.com> Date: Mon, 21 Oct 2024 01:33:50 -0500 Subject: [PATCH] Update build-and-publish.yml --- .github/workflows/build-and-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index 5613fac..ac808c0 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -63,5 +63,5 @@ jobs: POETRY_PYPI_API_TOKEN: ${{ secrets.POETRY_PYPI_API_TOKEN }} run: | cd pkg - poetry publish --build --username "$POETRY_PYPI_USERNAME" --password "$POETRY_PYPI_API_TOKEN" + poetry publish --build --username $POETRY_PYPI_USERNAME --password $POETRY_PYPI_API_TOKEN -vv