File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ http_archive(
7272 name = "rules_python",
7373 sha256 = "${SHA} ",
7474 strip_prefix = "${PREFIX} ",
75- url = "https://github.com/bazelbuild /rules_python/releases/download/${TAG} /rules_python-${TAG} .tar.gz",
75+ url = "https://github.com/bazel-contrib /rules_python/releases/download/${TAG} /rules_python-${TAG} .tar.gz",
7676)
7777
7878load("@rules_python//python:repositories.bzl", "py_repositories")
@@ -90,7 +90,7 @@ http_archive(
9090 name = "rules_python_gazelle_plugin",
9191 sha256 = "${SHA} ",
9292 strip_prefix = "${PREFIX} /gazelle",
93- url = "https://github.com/bazelbuild /rules_python/releases/download/${TAG} /rules_python-${TAG} .tar.gz",
93+ url = "https://github.com/bazel-contrib /rules_python/releases/download/${TAG} /rules_python-${TAG} .tar.gz",
9494)
9595
9696# To compile the rules_python gazelle extension from source,
Original file line number Diff line number Diff line change 3333 # This special value tells pypi that the user identity is supplied within the token
3434 TWINE_USERNAME : __token__
3535 # Note, the PYPI_API_TOKEN is for the rules-python pypi user, added by @rickylev on
36- # https://github.com/bazelbuild /rules_python/settings/secrets/actions
36+ # https://github.com/bazel-contrib /rules_python/settings/secrets/actions
3737 TWINE_PASSWORD : ${{ secrets.PYPI_API_TOKEN }}
3838 run : bazel run --stamp --embed_label=${{ github.ref_name }} //python/runfiles:wheel.publish
3939 - name : Release
You can’t perform that action at this time.
0 commit comments