Skip to content

Commit 77ac300

Browse files
committed
fix: remove deleted release scripts from pyproject.toml force-include
Removes force-include entries for create-release-packages.sh/.ps1 which were deleted but still referenced in [tool.hatch.build].
1 parent 7e1b5ec commit 77ac300

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ packages = ["src/specify_cli"]
4141
"templates/commands" = "specify_cli/core_pack/commands"
4242
"scripts/bash" = "specify_cli/core_pack/scripts/bash"
4343
"scripts/powershell" = "specify_cli/core_pack/scripts/powershell"
44-
".github/workflows/scripts/create-release-packages.sh" = "specify_cli/core_pack/release_scripts/create-release-packages.sh"
45-
".github/workflows/scripts/create-release-packages.ps1" = "specify_cli/core_pack/release_scripts/create-release-packages.ps1"
4644

4745
[project.optional-dependencies]
4846
test = [

0 commit comments

Comments
 (0)