Skip to content

Commit

Permalink
Merge pull request #127 from pjaselin/fix/release_yaml
Browse files Browse the repository at this point in the history
skipping pp*
  • Loading branch information
pjaselin authored Nov 19, 2023
2 parents e7d7b94 + e571c3b commit 7b042db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
env:
CIBW_SKIP: "cp36-* cp37-* pp37-* *-manylinux_i686 *_ppc64le *_s390x"
CIBW_SKIP: "cp36-* cp37-* pp* *-manylinux_i686 *_ppc64le *_s390x"

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 7b042db

Please sign in to comment.