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