diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2ed4e5b..dac83c7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -148,7 +148,7 @@ jobs: dir cddlib/lib-src/ if ("${{ matrix.architecture }}" -eq "x86") { $platform = "Win32" } else { $platform = "x64" } mkdir dist -Force - pip wheel -w dist --global-option="build_ext" --global-option="-I$platform/Release/" --global-option="-L$platform/Release/" . + pip wheel -w dist --global-option="build_ext" --global-option="-I$platform/Release/" --global-option="-L$platform/Release/" --no-deps . - name: Check files run: twine check dist/* - name: Upload wheel