GitLab CI/CD pipeline does not use updated pyproject.toml after version bump
I am using GitLab CI/CD for automating the release process of my Python package, and I’ve encountered an issue where the release job does not seem to use the updated pyproject.toml file that was modified in the preceding bump_version job. Here’s the relevant part of my .gitlab-ci.yml: