Skip to content

Commit 04ba17d

Browse files
committed
build with no build isolation
1 parent add7f83 commit 04ba17d

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Build sdist and wheel
2626
run: |
27-
python -m build -o wheelhouse
27+
python -m build -n -o wheelhouse
2828
2929
- name: List and check sdist
3030
run: |

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
requires = ["setuptools>=40.8.0", "wheel"]
1717
build-backend = "setuptools.build_meta:__legacy__"
1818

19-
[tool.setuptools]
20-
include-package-data = true
19+
# [tool.setuptools]
20+
# include-package-data = true
2121

22-
[tool.setuptools.package-data]
23-
tensorflow_transform = ["py.typed"]
22+
# [tool.setuptools.package-data]
23+
# tensorflow_transform = ["py.typed"]
2424

25-
# Create an empty requirements-docs.txt file that will be included in the package
26-
[tool.setuptools.data-files]
27-
"." = ["requirements-docs.txt"]
25+
# # Create an empty requirements-docs.txt file that will be included in the package
26+
# [tool.setuptools.data-files]
27+
# "." = ["requirements-docs.txt"]
2828

2929
[tool.ruff]
3030
line-length = 88

0 commit comments

Comments
 (0)