Commit 41fccfd
authored
fix(pypi) Correct likely _BAZEL_REPO_FILE_GLOBS typo (#3670)
Based on
https://github.com/bazel-contrib/rules_python/blob/f5f35d6e9a2f01c754e59c6ff97bfdcdf81abc35/python/private/toolchains_repo.bzl#L340-L345
I suspect the duplicate `"WORKSPACE"` was meant to be
`"WORKSPACE.bzlmod"`. Potentially this could be factored out and shared,
or `toolchains_repo.bzl` be updated to also include `"BUILD"`.1 parent f5f35d6 commit 41fccfd
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments