Skip to content

Commit 76345e3

Browse files
committed
fixup! .github: workflow updated, add force include for prebuilt lua exe files
1 parent 047c046 commit 76345e3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ include = [
3333
]
3434

3535
[tool.hatch.build.targets.sdist.force-include]
36-
"lua/lua-*.exe" = "lua"
36+
"lua/lua-windows-i686.exe" = "lua/lua-windows-i686.exe"
37+
"lua/lua-windows-x86_64.exe" = "lua/lua-windows-x86_64.exe"
3738

3839
[tool.hatch.build.targets.wheel]
3940
include = [

0 commit comments

Comments
 (0)