Skip to content

Commit

Permalink
Bump rules_license to 0.0.4
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 570972749
  • Loading branch information
TensorFlow Hub Authors authored and Copybara-Service committed Oct 5, 2023
1 parent fa1cf06 commit 121b615
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ http_archive(

http_archive(
name = "rules_license",
sha256 = "00ccc0df21312c127ac4b12880ab0f9a26c1cff99442dc6c5a331750360de3c3",
sha256 = "6157e1e68378532d0241ecd15d3c45f6e5cfd98fc10846045509fb2a7cc9e381",
urls = [
"https://mirror.bazel.build/github.com/bazelbuild/rules_license/releases/download/0.0.3/rules_license-0.0.3.tar.gz",
"https://github.com/bazelbuild/rules_license/releases/download/0.0.3/rules_license-0.0.3.tar.gz",
"https://mirror.bazel.build/github.com/bazelbuild/rules_license/releases/download/0.0.4/rules_license-0.0.4.tar.gz",
"https://github.com/bazelbuild/rules_license/releases/download/0.0.4/rules_license-0.0.4.tar.gz",
],
)

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion tensorflow_hub/pip_package/build_pip_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function main() {

cp "tensorflow_hub/pip_package/setup.py" "${TMPDIR}"
cp "tensorflow_hub/pip_package/setup.cfg" "${TMPDIR}"
cp "LICENSE" "${TMPDIR}/LICENSE.txt"
cp "tensorflow_hub/LICENSE" "${TMPDIR}/LICENSE.txt"
cp -R "${RUNFILES}/tensorflow_hub" "${TMPDIR}"

pushd ${TMPDIR}
Expand Down

0 comments on commit 121b615

Please sign in to comment.