typeshed-internal / stub_uploader

Scripts and actions to auto-upload typeshed stubs to PyPI
Apache License 2.0
21 stars 16 forks source link

Accept plain versions or versions ending in ".*" #29

Closed srittau closed 2 years ago

srittau commented 2 years ago

Versions are now free to have any number of dots

Extract fetch_pypi_versions() from read_base_version()

See https://github.com/python/typeshed/issues/6095

srittau commented 2 years ago

No one commented on python/typeshed#6095, so I assume that there are least no objections to this plan.