Improved pyproject.toml reading if settings don't exist.

This commit is contained in:
Patrick Lehmann
2025-10-04 21:30:24 +02:00
parent 5b97eaf241
commit 05e5d1f86c
3 changed files with 80 additions and 19 deletions

View File

@@ -164,7 +164,7 @@ jobs:
package_name = "${{ inputs.package_name }}".strip()
name = "${{ inputs.name }}".strip()
if package_namespace == "": # or package_namespace == ".":
if package_namespace == "":
package_fullname = package_name
package_directory = package_name
elif package_namespace[-2:] == ".*":