Skip to content

Commit

Permalink
Merge pull request #108 from JohanMabille/ci
Browse files Browse the repository at this point in the history
Run CI on main instead of master
  • Loading branch information
JohanMabille authored Dec 13, 2022
2 parents de635bc + 37fa887 commit f4958dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Build Wheel
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main
create:
tags:
- '*'
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ requires = [
"wheel",
"scikit-build>=0.11.0,<0.14",
"cmake>=3.4",
"ninja"
"ninja",
"packaging<22"
]

0 comments on commit f4958dd

Please sign in to comment.