Skip to content

Commit ff2ae58

Browse files
committed
release.yml - skip pypy builds
1 parent 3636cd8 commit ff2ae58

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,14 @@ jobs:
4545
uses: joerick/[email protected]
4646
env:
4747
CIBW_TEST_SKIP: "*"
48+
CIBW_SKIP: "pp*"
4849

4950
- uses: actions/upload-artifact@v3
5051
with:
5152
path: ./wheelhouse/*.whl
5253

5354
build_wheels_ubuntu:
54-
name: Build x86 manylinux wheels on ubuntu-latest
55+
name: Buld wheels on ubuntu-latest
5556
runs-on: ubuntu-latest
5657
needs: [build_sdist]
5758

@@ -69,6 +70,7 @@ jobs:
6970
uses: joerick/[email protected]
7071
env:
7172
CIBW_TEST_SKIP: "*"
73+
CIBW_SKIP: "pp*"
7274

7375
- uses: actions/upload-artifact@v3
7476
with:

0 commit comments

Comments
 (0)