Skip to content

Commit

Permalink
remove p10 build for v0.0.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
masadcv authored Sep 27, 2022
1 parent f211edf commit c127966
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-whl-cibuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
# Disable cp310 for now: cp310-*"
# Windows workaround to avoid setuptools error:
# https://github.com/duckdb/duckdb/pull/3376
CIBW_SKIP: "pp* *-win32 *-manylinux_i686 *-musllinux*"
CIBW_SKIP: "pp* *-win32 *-manylinux_i686 *-musllinux* cp310-*"
if: matrix.os == 'windows-2019'
SETUPTOOLS_USE_DISTUTILS: 'stdlib'

Expand Down Expand Up @@ -136,4 +136,4 @@ jobs:
uses: pypa/[email protected]
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit c127966

Please sign in to comment.