Skip to content

Commit 4f830b6

Browse files
[build] Upgrade rules_python to 0.2.0
1 parent 11d84a7 commit 4f830b6

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

WORKSPACE

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,8 @@ rbe_autoconfig(name = "rbe_default")
6464

6565
http_archive(
6666
name = "rules_python",
67-
sha256 = "77a6497a8e01bd5cb9cb9e0f8a683ccaa7f8123ff8f8497ae92e1dd66cc27d58",
68-
strip_prefix = "rules_python-0cd570e52939500065cca8e1c7baa895b4b43a4c",
69-
url = "https://github.com/bazelbuild/rules_python/archive/0cd570e52939500065cca8e1c7baa895b4b43a4c.zip",
67+
url = "https://github.com/bazelbuild/rules_python/releases/download/0.2.0/rules_python-0.2.0.tar.gz",
68+
sha256 = "778197e26c5fbeb07ac2a2c5ae405b30f6cb7ad1f5510ea6fdac03bded96cc6f",
7069
)
7170

7271
# This one is only needed if you're using the packaging rules.

py/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
load("@rules_python//python:defs.bzl", "py_binary", "py_library", "py_test")
2-
load("@rules_python//experimental/python:wheel.bzl", "py_package", "py_wheel")
2+
load("@rules_python//python:packaging.bzl", "py_package", "py_wheel")
33
load("@dev_requirements//:requirements.bzl", "requirement")
44
load("//common:defs.bzl", "copy_file")
55
load("//py:defs.bzl", "py_test_suite", "pytest_test")

0 commit comments

Comments
 (0)