Skip to content

Commit 121b615

Browse files
TensorFlow Hub Authorscopybara-github
authored andcommitted
Bump rules_license to 0.0.4
PiperOrigin-RevId: 570972749
1 parent fa1cf06 commit 121b615

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ http_archive(
5252

5353
http_archive(
5454
name = "rules_license",
55-
sha256 = "00ccc0df21312c127ac4b12880ab0f9a26c1cff99442dc6c5a331750360de3c3",
55+
sha256 = "6157e1e68378532d0241ecd15d3c45f6e5cfd98fc10846045509fb2a7cc9e381",
5656
urls = [
57-
"https://mirror.bazel.build/github.com/bazelbuild/rules_license/releases/download/0.0.3/rules_license-0.0.3.tar.gz",
58-
"https://github.com/bazelbuild/rules_license/releases/download/0.0.3/rules_license-0.0.3.tar.gz",
57+
"https://mirror.bazel.build/github.com/bazelbuild/rules_license/releases/download/0.0.4/rules_license-0.0.4.tar.gz",
58+
"https://github.com/bazelbuild/rules_license/releases/download/0.0.4/rules_license-0.0.4.tar.gz",
5959
],
6060
)
6161

File renamed without changes.

tensorflow_hub/pip_package/build_pip_package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ function main() {
5555

5656
cp "tensorflow_hub/pip_package/setup.py" "${TMPDIR}"
5757
cp "tensorflow_hub/pip_package/setup.cfg" "${TMPDIR}"
58-
cp "LICENSE" "${TMPDIR}/LICENSE.txt"
58+
cp "tensorflow_hub/LICENSE" "${TMPDIR}/LICENSE.txt"
5959
cp -R "${RUNFILES}/tensorflow_hub" "${TMPDIR}"
6060

6161
pushd ${TMPDIR}

0 commit comments

Comments
 (0)