Skip to content

Commit

Permalink
[build] Bump rules_pkg to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AutomatedTester committed Oct 15, 2021
1 parent a501e6a commit ee3ecbd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
8 changes: 5 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -160,12 +160,14 @@ rules_closure_toolchains()

http_archive(
name = "rules_pkg",
sha256 = "038f1caa773a7e35b3663865ffb003169c6a71dc995e39bf4815792f385d837d",
urls = [
"https://github.com/bazelbuild/rules_pkg/releases/download/0.4.0/rules_pkg-0.4.0.tar.gz",
"https://mirror.bazel.build/github.com/bazelbuild/rules_pkg/releases/download/0.4.0/rules_pkg-0.4.0.tar.gz",
"https://mirror.bazel.build/github.com/bazelbuild/rules_pkg/releases/download/0.5.1/rules_pkg-0.5.1.tar.gz",
"https://github.com/bazelbuild/rules_pkg/releases/download/0.5.1/rules_pkg-0.5.1.tar.gz",
],
sha256 = "a89e203d3cf264e564fcb96b6e06dd70bc0557356eb48400ce4b5d97c2c3720d",
)
load("@rules_pkg//:deps.bzl", "rules_pkg_dependencies")
rules_pkg_dependencies()

http_archive(
name = "io_bazel_rules_docker",
Expand Down
5 changes: 5 additions & 0 deletions py/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
load("@rules_pkg//:pkg.bzl", "pkg_tar")
load("@rules_python//python:defs.bzl", "py_binary", "py_library")
load("@rules_python//python:packaging.bzl", "py_package", "py_wheel")
load("@dev_requirements//:requirements.bzl", "requirement")
Expand Down Expand Up @@ -104,6 +105,10 @@ py_package(
deps = [":selenium"],
)

pkg_tar(

)

py_wheel(
name = "selenium-wheel",
classifiers = [
Expand Down

0 comments on commit ee3ecbd

Please sign in to comment.