diff --git a/pdelfin/beakerpipeline.py b/pdelfin/beakerpipeline.py index 3a15fba..3a7a241 100644 --- a/pdelfin/beakerpipeline.py +++ b/pdelfin/beakerpipeline.py @@ -701,7 +701,7 @@ async def main(): os.makedirs(os.path.dirname(cred_path), exist_ok=True) with open(cred_path, "w") as f: f.write(os.environ.get("GOOGLE_APPLICATION_CREDENTIALS_FILE")) - os.environ["GOOGLE_APPLICATION_CREDENTIALS_FILE"] = cred_path + os.environ["GOOGLE_APPLICATION_CREDENTIALS"] = cred_path workspace_s3 = boto3.client('s3') pdf_s3 = boto3.client('s3') diff --git a/pdelfin/version.py b/pdelfin/version.py index d2f46ab..90b7237 100644 --- a/pdelfin/version.py +++ b/pdelfin/version.py @@ -2,7 +2,7 @@ _MINOR = "1" # On main and in a nightly release the patch should be one ahead of the last # released build. -_PATCH = "28" +_PATCH = "29" # This is mainly for nightly builds which have the suffix ".dev$DATE". See # https://semver.org/#is-v123-a-semantic-version for the semantics. _SUFFIX = ""