Skip to content

Commit

Permalink
release.yml - skip pypy builds
Browse files Browse the repository at this point in the history
  • Loading branch information
K0lb3 committed Oct 22, 2024
1 parent 3636cd8 commit ff2ae58
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,14 @@ jobs:
uses: joerick/[email protected]
env:
CIBW_TEST_SKIP: "*"
CIBW_SKIP: "pp*"

- uses: actions/upload-artifact@v3
with:
path: ./wheelhouse/*.whl

build_wheels_ubuntu:
name: Build x86 manylinux wheels on ubuntu-latest
name: Buld wheels on ubuntu-latest
runs-on: ubuntu-latest
needs: [build_sdist]

Expand All @@ -69,6 +70,7 @@ jobs:
uses: joerick/[email protected]
env:
CIBW_TEST_SKIP: "*"
CIBW_SKIP: "pp*"

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

0 comments on commit ff2ae58

Please sign in to comment.