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.
2 parents 5c12a56 + efa197c commit 4f5986dCopy full SHA for 4f5986d
.github/workflows/publish.yml
@@ -30,7 +30,7 @@ jobs:
30
uses: PyO3/maturin-action@v1
31
with:
32
target: ${{ matrix.target }}
33
- args: --release --out dist
+ args: --release --out dist --find-interpreter
34
sccache: 'true'
35
manylinux: auto
36
- name: Upload wheels
@@ -54,7 +54,7 @@ jobs:
54
55
56
57
58
59
60
uses: actions/upload-artifact@v3
@@ -76,7 +76,7 @@ jobs:
76
77
78
79
80
81
82
0 commit comments