Skip to content

Commit efa197c

Browse files
build: remove --find-interpreter from the sdist job
1 parent b4cea06 commit efa197c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
uses: PyO3/maturin-action@v1
9393
with:
9494
command: sdist
95-
args: --out dist --find-interpreter
95+
args: --out dist
9696
- name: Upload sdist
9797
uses: actions/upload-artifact@v3
9898
with:

0 commit comments

Comments
 (0)