Skip to content

Commit

Permalink
build: remove --find-interpreter from the sdist job
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-sentry authored Apr 19, 2024
1 parent b4cea06 commit efa197c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
command: sdist
args: --out dist --find-interpreter
args: --out dist
- name: Upload sdist
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit efa197c

Please sign in to comment.