Skip to content

Commit

Permalink
Remove PyPy from deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
pmneila committed Jul 3, 2024
1 parent d340297 commit 50eb8da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mcubes-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
runs-on: ${{ matrix.os }}
env:
CIBW_ARCHS: "auto64"
CIBW_BUILD: "cp39-* cp310-* cp311-* cp312-* pp*"
CIBW_SKIP: "cp36-* cp37-* cp38-* *musllinux* pp*-win* pp*-macosx*"
CIBW_BUILD: "cp39-* cp310-* cp311-* cp312-*"
CIBW_SKIP: "*musllinux* pp*-win* pp*-macosx* pp*"
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI }}

Expand Down

0 comments on commit 50eb8da

Please sign in to comment.