typeshed-internal / stub_uploader

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

Support a "stub_distribution" metadata field #76

Closed srittau closed 1 year ago

srittau commented 1 year ago

This allows us to override the generated and uploaded distribution name, e.g. if the name is already in use.

Cf. python/typeshed#9246

AlexWaygood commented 1 year ago

This looks like a good approach to me.

srittau commented 1 year ago

Closing in favor of #79.