diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 2c7e1cc..edfac7b 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -54,9 +54,6 @@ jobs: fi echo "Version verification passed" - - name: Install dependencies - run: poetry install --only-root - - name: Build package run: poetry build