-
Notifications
You must be signed in to change notification settings - Fork 558
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Adding variable support for distribution in py_wheel (#1251)
This allows the `distribution` attribute to expand workspace status keys, just as the `version` attribute can. This allows, for example, the VCS's branch name (e.g test, release, etc) to be part of the distribution name without having to modify the BUILD file. Having distinct distribution names is necessary because tools like pip-compile, which determine version compatibility and replacements, and having the same distribution name would mean the different builds are seen as equivalent. Closes #1250
- Loading branch information
1 parent
c53d075
commit 1f58f4c
Showing
5 changed files
with
41 additions
and
18 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters