From 3271a52f15e5c5432ec334630833c2a31783149e Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Tue, 10 Mar 2026 22:17:54 +0000 Subject: [PATCH] use --with build --without dev --- .github/workflows/release.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 29686cd..1e3d394 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -70,14 +70,8 @@ jobs: run: poetry self add poethepoet shell: bash - - name: Replace path dependencies with PyPI versions - run: | - poetry remove voicemeeter-api vban-cmd || true - poetry add voicemeeter-api vban-cmd - shell: bash - - name: Install dependencies - run: poetry install --with build + run: poetry install --with build --without dev shell: bash - name: Build artifacts with dynamic taskfile