No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
14 additions and
2 deletions
-
.github/workflows/build.yml
-
.github/workflows/test.yml
|
|
|
@ -1,6 +1,12 @@ |
|
|
|
name: Build |
|
|
|
|
|
|
|
on: [push, pull_request] |
|
|
|
on: |
|
|
|
pull_request: |
|
|
|
push: |
|
|
|
branches: |
|
|
|
- "main" |
|
|
|
tags: |
|
|
|
- "v*" |
|
|
|
|
|
|
|
jobs: |
|
|
|
build_wheels: |
|
|
|
|
|
|
|
@ -1,6 +1,12 @@ |
|
|
|
name: Test |
|
|
|
|
|
|
|
on: [push, pull_request] |
|
|
|
on: |
|
|
|
pull_request: |
|
|
|
push: |
|
|
|
branches: |
|
|
|
- "main" |
|
|
|
tags: |
|
|
|
- "v*" |
|
|
|
|
|
|
|
jobs: |
|
|
|
black: |
|
|
|
|