launchpad icon indicating copy to clipboard operation
launchpad copied to clipboard

PyPi and release branch source code mismatch

Open cemlyn007 opened this issue 2 years ago • 0 comments

I noticed for Launchpad version 0.5.2 that there is a mismatch between the uploaded PyPi package and the head of the release branch. This is problematic because this line is different in the PyPi package because there is a type mismatch where the expected type should be int but in the uploaded package it is a float due to a division by 1000.

cemlyn007 avatar Mar 24 '23 11:03 cemlyn007