Skip to content

Commit

Permalink
Add Python 3.10 wheels for additional platforms (#1367)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstewart committed Apr 25, 2022
1 parent 4a82b0d commit 50d4315
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Expand Up @@ -104,7 +104,7 @@ jobs:
- name: Extend Windows setup.cfg
run: |
cat >> setup.cfg <<EOF
[build_ext]
include_dirs=${{ runner.temp }}\geos-${{ env.GEOS_VERSION }}\include
library_dirs=${{ runner.temp }}\geos-${{ env.GEOS_VERSION }}\lib
Expand All @@ -117,7 +117,7 @@ jobs:
uses: pypa/cibuildwheel@v2.3.1
env:
CIBW_ARCHS: ${{ matrix.arch }}
CIBW_SKIP: pp* *musllinux* cp310-win32 cp310-macosx_x86_64 cp310-manylinux_i686
CIBW_SKIP: pp* *musllinux* cp310-manylinux_i686
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2010
CIBW_MANYLINUX_I686_IMAGE: manylinux2010
CIBW_ENVIRONMENT_LINUX:
Expand Down Expand Up @@ -178,12 +178,12 @@ jobs:
echo "name=$1" >> $GITHUB_ENV
- name: Upload Release Asset (sdist) to GitHub
id: upload-release-asset
id: upload-release-asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: dist/${{ env.name }}
asset_name: ${{ env.name }}
asset_content_type: application/zip
asset_content_type: application/zip

0 comments on commit 50d4315

Please sign in to comment.