Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Constrain subprocesses to Py3 in releases.sh
We don't consistently call `./pants3`, so it won't do this automatically for us. Without this, we run subprocesses like `bdist_wheel` with Py2, which is not what we want when using `-3`.
- Loading branch information