typeshed-internal / stub_uploader

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

Use future dates if necessary #118

Closed srittau closed 8 months ago

srittau commented 9 months ago

This changes the logic so that multiple package versions can be uploaded per day. In that case, the next date is used. This should only happen in practice if an upload was triggered manually.

srittau commented 9 months ago

Cf. #117, @hauntsaninja