Skip to content

Commit 571e123

Browse files
committed
testing first build
1 parent 8681d38 commit 571e123

File tree

514 files changed

+47
-62869
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

514 files changed

+47
-62869
lines changed

.github/workflows/build_wheels.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: Build
2+
3+
on: [push, pull_request]
4+
5+
jobs:
6+
build_wheels:
7+
name: Build wheels on ${{ matrix.os }}
8+
runs-on: ${{ matrix.os }}
9+
strategy:
10+
matrix:
11+
os: [ubuntu-20.04, windows-2019, macos-10.15]
12+
13+
steps:
14+
- uses: actions/checkout@v2
15+
16+
- name: Build wheels
17+
uses: pypa/[email protected]
18+
# to supply options, put them in 'env', like:
19+
# env:
20+
# CIBW_SOME_OPTION: value
21+
22+
- uses: actions/upload-artifact@v2
23+
with:
24+
path: ./wheelhouse/*.whl

AUTHORS

Lines changed: 0 additions & 2 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 0 additions & 71 deletions
This file was deleted.

Interactive_Infer_example.ipynb

Lines changed: 0 additions & 164 deletions
This file was deleted.

0 commit comments

Comments
 (0)