Skip to content

Commit

Permalink
have cibuildwheel create pypy wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Dees committed Jan 1, 2023
1 parent 8a514bc commit ad81c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: cibuildwheel
on: [push]

env:
CIBW_BUILD: cp36-* cp37-* cp38-* cp39-* cp310-*
CIBW_BUILD: cp36-* cp37-* cp38-* cp39-* cp310-* pp37-* p38-* pp39-*
CIBW_TEST_COMMAND: python -m unittest regex.test_regex

jobs:
Expand Down

0 comments on commit ad81c1b

Please sign in to comment.