From abb55d5090d70e1ffb822c54f8dc9bea8cb94845 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Tue, 10 Mar 2026 23:01:25 +0000 Subject: [PATCH] revert the change. --- .github/workflows/release.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1e3d394..29686cd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -70,8 +70,14 @@ 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 --without dev + run: poetry install --with build shell: bash - name: Build artifacts with dynamic taskfile