]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Drop building C wheel package
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 3 Sep 2021 21:57:48 +0000 (23:57 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 3 Sep 2021 21:57:48 +0000 (23:57 +0200)
It cannot be distributed on PyPI, and it makes sense that it's built on
the client, so just distribute the .tar.gz.

.github/workflows/packages.yml

index aceb97d436b28f8999f787603db972159fd1b495..25ea195de8277ee8de6edd4268c9f925112f111a 100644 (file)
@@ -86,7 +86,6 @@ jobs:
       matrix:
         include:
           - {package: psycopg, impl: python}
-          - {package: psycopg_c, impl: c}
           - {package: psycopg_pool, impl: python}
 
     steps:
@@ -107,13 +106,6 @@ jobs:
           pip install -e ./psycopg_pool
         if: ${{ matrix.package == 'psycopg' }}
 
-      - name: Install the C package and test requirements
-        run: |-
-          pip install dist/*.whl
-          pip install -e ./psycopg[test]
-          pip install -e ./psycopg_pool
-        if: ${{ matrix.package == 'psycopg_c' }}
-
       - name: Install the Python pool package and test requirements
         run: |-
           pip install dist/*.whl