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 a6a52e5 commit 82e9375Copy full SHA for 82e9375
.github/workflows/ci.yml
@@ -30,6 +30,8 @@ jobs:
30
- uses: actions/setup-python@v4
31
with:
32
python-version: "3.10"
33
+ cache: "pip"
34
+ - run: pip install -r requirements.txt
35
- name: Build wheels
36
uses: PyO3/maturin-action@v1
37
requirements.txt
@@ -0,0 +1,2 @@
1
+maturin==1.2.0
2
+uniffi-bindgen==0.24.1
0 commit comments