]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
ci: fix building Python 3.7 extension on windows using delvewheel 1.5.1
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 15 Sep 2023 15:35:58 +0000 (17:35 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 15 Sep 2023 16:31:57 +0000 (18:31 +0200)
See https://github.com/adang1345/delvewheel/issues/39

.github/workflows/tests.yml

index 13660315fb942db6d06636fd8800c4f658787c3b..e265b52dc22f6aba6cb0e3323cccc6a9bf21d9ad 100644 (file)
@@ -217,7 +217,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