From 3fbd19cb030fe7f097b3891c24e6910f1902ab36 Mon Sep 17 00:00:00 2001 From: yoshi-automation Date: Sun, 7 Feb 2021 05:29:11 -0800 Subject: [PATCH] chore: exclude tarball from code generation autosynth cannot find the source of changes triggered by earlier changes in this repository, or by version upgrades to tools such as linters. -amend --- synth.metadata | 3 +-- synth.py | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/synth.metadata b/synth.metadata index dc183a72e..9412653c6 100644 --- a/synth.metadata +++ b/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/python-bigquery.git", - "sha": "1c6681aba872c00afb16a904a2ba9bae8e9618d3" + "sha": "1823cadee3acf95c516d0479400e4175349ea199" } }, { @@ -93,7 +93,6 @@ "CONTRIBUTING.rst", "LICENSE", "MANIFEST.in", - "bigquery-v2-py.tar.gz", "docs/_static/custom.css", "docs/_templates/layout.html", "docs/bigquery_v2/model_service.rst", diff --git a/synth.py b/synth.py index 3ab271c96..3c6440600 100644 --- a/synth.py +++ b/synth.py @@ -32,6 +32,7 @@ s.move( library, excludes=[ + "*.tar.gz", "docs/index.rst", "docs/bigquery_v2/*_service.rst", "docs/bigquery_v2/services.rst",