Skip to content

Commit

Permalink
chore: limit of ci builds to Python 3.10 and 3.11 in GitHub Actions w…
Browse files Browse the repository at this point in the history
…orkflow
  • Loading branch information
tundeakins committed Feb 5, 2025
1 parent aa9a73e commit c914d11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
env:
# Skip 32-bit builds, musllinux builds, and disable building PyPy wheels on all platforms
CIBW_SKIP: "*-manylinux_i686 *musllinux* pp*"
# Limit the build to only Python 3.10 and 3.11
CIBW_BUILD: "cp310-* cp311-*"

- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit c914d11

Please sign in to comment.