Aron Carroll
Aron Carroll
This commit works around an issue where the basename of the URL many not actually contain a file extension and the uploader logic cannot infer the mime type for the...
This has only recently been introduced in Python 3.13.0 and is currently inconsistently implemented across different platforms. Confusingly webp is supported in local development on macOS but not when building...
This should now use the PyPi package workflow to publish the package to PyPi using a shared, non-user token.
**What this PR solves / how to test:** Currently the span associated with a fetch() HTTP request is closed once the headers have been received and the promise resolves with...