facioquo / stock-indicators-python

Stock Indicators for Python. Maintained by @LeeDongGeon1996
https://python.StockIndicators.dev
Apache License 2.0
208 stars 35 forks source link

incompatible test.pypi.org version number #325

Closed DaveSkender closed 6 months ago

DaveSkender commented 6 months ago

The problem

When publishing to the test.pypi.org package manager, it's expecting PEP 440 standard version numbers, whereas we're using SemVer standards that allow for pre-release suffixes. See deployment, related to #322

Error message:

ERROR    HTTPError: 400 Bad Request from https://test.pypi.org/legacy/          
         '0.1.dev1+gb71369a' is an invalid value for Version. Error: Can't use  
         PEP 440 local versions. See                                            
         https://packaging.python.org/specifications/core-metadata for more     
         information.       
LeeDongGeon1996 commented 6 months ago

This will be fixed at 41ddd3c