Skip to content

Commit

Permalink
sdist: add missing --sdist option
Browse files Browse the repository at this point in the history
  • Loading branch information
benbovy committed Aug 19, 2024
1 parent e1205d4 commit 338a850
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fetch-depth: 0

- name: Build SDist
run: pipx run build
run: pipx run build --sdist

- uses: actions/upload-artifact@v4
with:
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ test = ["pytest>=6.0"]

[tool.scikit-build]
sdist.exclude = [".github"]
sdist.cmake = false

[tool.mypy]
files = ["tests", "src/spherely.pyi"]
Expand Down

0 comments on commit 338a850

Please sign in to comment.