Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[internal] Hotfix release.sh breaking when building with Python 3.8 (p…
…antsbuild#12175) I left off setting `interpreter_constraint`, which resulted in using an invalid Python version to build the Pants distribution. https://github.com/pantsbuild/pants/runs/2740478603#step:9:1179 This slipped through because `[ci skip-build-wheels]` was in the PR pantsbuild#12017 due to the pre-commit hook. This PR fixes the pre-commit hook to avoid that specific situation from happening. [ci skip-rust]
- Loading branch information