SIGN IN SIGN UP

fix cli release (#13373)

My thought is that the ==version would prevent pip from finding the
package on regular [pypi.org](http://pypi.org/), so it would look at
[test.pypi.org](http://test.pypi.org/) for that. Otherwise it'll pull
package from [pypi.org](http://pypi.org/) (e.g. sub deps)

Right now, the cli release is failing because it's going to
test.pypi.org by default, so it finds this incorrect FASTAPI package
instead of the real one: https://test.pypi.org/project/FASTAPI/
E
Erick Friis committed
9545f0666d733b59da9e282259935e5a0eb27e49
Parent: 7c3066f
Committed by GitHub <[email protected]> on 11/14/2023, 11:08:35 PM