typeshed-internal / stub_uploader

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

Refactor stub dist name in templates #78

Closed srittau closed 1 year ago

srittau commented 1 year ago

Use Metadata.stub_distribution instead of constructing the name manually in string templates. This ensures consistency and is safer if we change the distribution name format.

srittau commented 1 year ago

Split from #76, since I think this is independently useful.