From: Daniele Varrazzo Date: Fri, 15 Sep 2023 15:35:58 +0000 (+0200) Subject: ci: fix building Python 3.7 extension on windows using delvewheel 1.5.1 X-Git-Tag: pool-3.2.0~52 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d08a2edac5b3375bd9221395754ce43e45aa1c7f;p=thirdparty%2Fpsycopg.git ci: fix building Python 3.7 extension on windows using delvewheel 1.5.1 See https://github.com/adang1345/delvewheel/issues/39 --- diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 880436462..12893e706 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -224,7 +224,7 @@ jobs: # (but it won't tell which one). pip wheel -v -w ./psycopg_c/dist/ ./psycopg_c/ delvewheel repair --no-mangle "libiconv-2.dll;libwinpthread-1.dll" \ - -w ./wheelhouse/ psycopg_c/dist/*.whl + -w ./wheelhouse/ psycopg_c/dist/psycopg*.whl echo "DEPS=$DEPS $(ls ./wheelhouse/*.whl)" >> $GITHUB_ENV - name: Install Python packages