We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8626747 + 15c9de8 commit 27d9ca8Copy full SHA for 27d9ca8
.github/workflows/release.yml
@@ -137,7 +137,7 @@ jobs:
137
uses: messense/maturin-action@v1
138
with:
139
target: ${{ matrix.target }}
140
- args: --release --out dist
+ args: --release --out dist --find-interpreter
141
manylinux: musllinux_1_2
142
- name: Upload wheels
143
uses: actions/upload-artifact@v3
.github/workflows/test.yaml
@@ -82,4 +82,3 @@ jobs:
82
run: pip install "tox-gh>=1.2,<2"
83
- name: Run pytest
84
run: tox -v
85
-
0 commit comments