Skip to content

Commit

Permalink
Test wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
eriknw committed Dec 12, 2024
1 parent 0ab3e98 commit 7fbc58e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
- "pypy3.8"
- "pypy3.9"
- "pypy3.10"
exclude:
- cython-version: "0.29.37"
python-version: "3.13"
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build wheels

on:
# pull_request: # Uncomment to debug wheel building in a PR
pull_request: # Uncomment to debug wheel building in a PR
push:
branches:
- master
Expand Down

0 comments on commit 7fbc58e

Please sign in to comment.