You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The requirements.txt file in this project limits twine less than version 6. However version 6 is required for compatibility with package metadata version 2.4. This means that any Python projects using setup tools>=77.0 as its build backend will fail to twine upload.
Is there a reason why the twine version used in the publish stage cannot be incremented?