chore: update GitHub archive url to produce stable SHA (#650)

Required per https://github.com/bazel-contrib/SIG-rules-authors/issues/11
diff --git a/.github/workflows/workspace_snippet.sh b/.github/workflows/workspace_snippet.sh
index a498d97..06f33f8 100755
--- a/.github/workflows/workspace_snippet.sh
+++ b/.github/workflows/workspace_snippet.sh
@@ -17,7 +17,7 @@
     name = "rules_python",
     sha256 = "${SHA}",
     strip_prefix = "${PREFIX}",
-    url = "https://github.com/bazelbuild/rules_python/archive/${TAG}.tar.gz",
+    url = "https://github.com/bazelbuild/rules_python/refs/tags/${TAG}.tar.gz",
 )
 \`\`\`
 EOF