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 b412722 commit 3187a9dCopy full SHA for 3187a9d
.github/workflows/python.yml
@@ -39,6 +39,7 @@ jobs:
39
- name: Build wheels
40
uses: PyO3/maturin-action@v1
41
with:
42
+ maturin-version: 1.8.2
43
working-directory: python
44
target: ${{ matrix.platform.target }}
45
args: --release --out dist --find-interpreter
@@ -71,6 +72,7 @@ jobs:
71
72
73
74
75
76
77
78
@@ -100,7 +102,6 @@ jobs:
100
102
101
103
104
- maturin-version: 1.8.2
105
106
107
0 commit comments