typeshed-internal / stub_uploader

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

Remove the version syntax check #27

Closed srittau closed 3 years ago

srittau commented 3 years ago

We already check the version in typeshed. This removes this redundancy and allows us to set versioning policy in typeshed without the uploader breaking.