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 }}