From cd0a86ff9f347ee430093bacafcaf6ec7b6c06bf Mon Sep 17 00:00:00 2001 From: Eric Pinzur Date: Thu, 6 Jun 2024 17:48:40 +0200 Subject: [PATCH] more debugging --- .github/workflows/publish-to-pypi.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish-to-pypi.yml b/.github/workflows/publish-to-pypi.yml index 6dc9f31..6bcee45 100644 --- a/.github/workflows/publish-to-pypi.yml +++ b/.github/workflows/publish-to-pypi.yml @@ -33,7 +33,8 @@ jobs: sed -i "s/^version = .*/version = \"$POETRY_VERSION\"/" pyproject.toml cat pyproject.toml - # - name: Build and publish - # run: | - # poetry build - # poetry publish + - name: Build and publish + run: | + cat pyproject.toml + # poetry build + # poetry publish