]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Build Windows binary package with libpq 14
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 6 Oct 2021 22:17:47 +0000 (00:17 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Thu, 7 Oct 2021 13:49:12 +0000 (15:49 +0200)
.github/workflows/packages.yml

index e83b7529e034c511a838fa6e0778d11970d989b4..3790323ba4f702a185333a3735b237487b6e720b 100644 (file)
@@ -213,12 +213,13 @@ jobs:
           CIBW_ARCHS_WINDOWS: AMD64 x86
           CIBW_BEFORE_BUILD_WINDOWS: pip install delvewheel
           CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: >-
-            delvewheel repair -w {dest_dir} --no-mangle "libiconv-2.dll;libwinpthread-1.dll" {wheel}
+            delvewheel repair -w {dest_dir}
+            --no-mangle "libiconv-2.dll;libwinpthread-1.dll" {wheel}
           CIBW_TEST_REQUIRES: ./psycopg[test] ./psycopg_pool
           CIBW_TEST_COMMAND: pytest {project}/tests -m "not slow" --color yes
           CIBW_ENVIRONMENT_WINDOWS: >-
             PSYCOPG_IMPL=binary
-            PATH="C:\\Program Files\\PostgreSQL\\13\\bin;$PATH"
+            PATH="C:\\Program Files\\PostgreSQL\\14\\bin;$PATH"
             PSYCOPG_TEST_DSN="host=127.0.0.1 user=postgres"
 
       - uses: actions/upload-artifact@v2