typeshed-internal / stub_uploader

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

Move commit reading into typeshed_data #130

Closed srittau closed 5 months ago

srittau commented 5 months ago

Use Path object for tmpdir

Use subprocess.run(cwd) instead of changing the cwd manually

srittau commented 5 months ago

Pingity ping. This is a prerequisite for further refactorings to make the stub uploader more robust to change.