Update Python bindings to 1.4.0 API (WIP)

This commit is contained in:
Joseph Henry
2021-05-02 21:30:21 -07:00
parent 6f42338f6e
commit 6a77f0092f
19 changed files with 619 additions and 389 deletions

View File

@@ -9,8 +9,11 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v2
- name: Install black
run: pip3 install black
- name: Format code
run: ./build.sh format-code
run: ./build.sh format-code "all"
- name: Commit changes
uses: joseph-henry/add-and-commit@v7