We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82e9375 commit 083cc1aCopy full SHA for 083cc1a
.github/workflows/ci.yml
@@ -36,10 +36,11 @@ jobs:
36
uses: PyO3/maturin-action@v1
37
with:
38
target: ${{ matrix.target }}
39
- maturin-version: "1.4.0"
+ maturin-version: "1.2.0"
40
args: --release --out dist --find-interpreter
41
sccache: "true"
42
manylinux: auto
43
+ before-script-linux: "pip install uniffi-bindgen==0.24.1"
44
- name: Upload wheels
45
uses: actions/upload-artifact@v3
46
0 commit comments