Skip to content

Commit 6c320ac

Browse files
committed
catch a couple more files
1 parent 2005b45 commit 6c320ac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/create_archive_and_notes.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
7878
load("@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,

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
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

0 commit comments

Comments
 (0)