From 6d248fb4911d7dd597e942eefcf200bb2ec5d183 Mon Sep 17 00:00:00 2001 From: Andrew Astakhov Date: Sat, 7 Feb 2026 05:50:39 +0300 Subject: [PATCH] Fix poetry build workflow --- .github/workflows/poetry-build.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/poetry-build.yml b/.github/workflows/poetry-build.yml index f81ccb05..fc16b9cd 100644 --- a/.github/workflows/poetry-build.yml +++ b/.github/workflows/poetry-build.yml @@ -53,9 +53,7 @@ jobs: run: poetry install --no-interaction --no-root - name: Poetry build - run: | - source $VENV - poetry build + run: poetry build - name: Artifact name id: artifactname @@ -118,4 +116,4 @@ jobs: with: repository-url: https://test.pypi.org/legacy/ user: __token__ - password: ${{ secrets.TEST_PYPI_TOKEN }} \ No newline at end of file + password: ${{ secrets.TEST_PYPI_TOKEN }}