Skip to content

Commit

Permalink
CI: build and test for v3.11, and every platform, triggered on code p…
Browse files Browse the repository at this point in the history
…ush.
  • Loading branch information
laurence-myers committed Feb 1, 2024
1 parent a59cea4 commit aa8a221
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Build and test

on: push

jobs:
build_wheels:
name: Build wheels on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, windows-2019, macos-11]

steps:
- uses: actions/checkout@v4

- name: Build wheels
uses: pypa/[email protected]

0 comments on commit aa8a221

Please sign in to comment.