Skip to content

Commit 27d9ca8

Browse files
authored
Merge pull request #52 from s3rius/bugfix/musl
Fixed workflow.
2 parents 8626747 + 15c9de8 commit 27d9ca8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
uses: messense/maturin-action@v1
138138
with:
139139
target: ${{ matrix.target }}
140-
args: --release --out dist
140+
args: --release --out dist --find-interpreter
141141
manylinux: musllinux_1_2
142142
- name: Upload wheels
143143
uses: actions/upload-artifact@v3

.github/workflows/test.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,3 @@ jobs:
8282
run: pip install "tox-gh>=1.2,<2"
8383
- name: Run pytest
8484
run: tox -v
85-

0 commit comments

Comments
 (0)