GitHub Actions
Auto-deploy from GitHub Actions
4119d03
#!/usr/bin/env bash
set -e
# Remove the conflicting "multipart" distribution so python-multipart provides the package.
python -m pip uninstall -y multipart || true