My issue appears to have been uploading wheel with identical version numbers during development.I've added dynamic versioning to the packages using git hash and timestamp to ensure the latest is installed and runs.def get_version(version=__version__)...
Just want to confirm - my project uses PDM not poetryand as such uses[project.entry-points.packages]Rather than[tool.poetry.scripts]and the bundle is failing to run on the cluster - as it can't find the entry point - is this expected behavior?