diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a707f69..6db3a6b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,10 +29,12 @@ jobs: rustc --version cargo --version + - run: cd python-bindings + - name: Build release run: | cargo build --release - + - name: Install pypa/build run: >- python3 -m