Skip to content

Commit

Permalink
ci: fix pypi build
Browse files Browse the repository at this point in the history
  • Loading branch information
long2ice committed Dec 2, 2024
1 parent 09bea07 commit 0183ef4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
with:
fetch-depth: 0
- name: Build wheels
uses: pypa/cibuildwheel@v2.17.0
uses: pypa/cibuildwheel@v2.22.0
env:
CIBW_SKIP: "cp36-* *-win32 *-manylinux_i686 *-musllinux_i686"
CIBW_SKIP: "pp* cp36-* cp37-* *-win32 *-manylinux_i686 *-musllinux_i686"
- uses: actions/upload-artifact@v4
with:
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
Expand All @@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: abatilo/actions-poetry@v2
- uses: abatilo/actions-poetry@v3
- name: Build
run: poetry build
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 0183ef4

Please sign in to comment.