mirror of https://github.com/databricks/cli.git
update comment
This commit is contained in:
parent
97dedaba7f
commit
482bf34ff4
|
@ -11,7 +11,7 @@ import (
|
||||||
type WheelInfo struct {
|
type WheelInfo struct {
|
||||||
Distribution string // Package distribution name
|
Distribution string // Package distribution name
|
||||||
Version string // Package version
|
Version string // Package version
|
||||||
Tags []string // Python tags (python_tag, abi_tag, platform_tag)
|
Tags []string // [optional build tag,] python_tag, abi_tag, platform_tag
|
||||||
}
|
}
|
||||||
|
|
||||||
// calculateNewVersion generates a new version string and filename based on the wheel info and modification time.
|
// calculateNewVersion generates a new version string and filename based on the wheel info and modification time.
|
||||||
|
|
Loading…
Reference in New Issue