Skip to content

Commit d6d56fc

Browse files
committed
Fix build script
1 parent 584d00e commit d6d56fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hatch_build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ class CustomHook(BuildHookInterface):
2222

2323
def initialize(self, version, build_data):
2424
"""Initialize the hook."""
25-
if self.target_name not in ["wheel", "sdist"]:
25+
if self.target_name not in ["sdist"]:
2626
return
2727
build_nbextension()

0 commit comments

Comments
 (0)