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