diff --git a/.github/update_api.py b/.github/update_api.py index 3aa85cc77..79f7d48f3 100644 --- a/.github/update_api.py +++ b/.github/update_api.py @@ -21,8 +21,9 @@ def main(): f"git clone https://nikhilwodruff:{pat}@github.com/policyengine/policyengine-household-api" ) + # Then, cd inside and run gcp/bump_country_package.py --country policyengine-uk --version {version} os.system( - f"cd policyengine-household-api && python gcp/bump_country_package.py --country policyengine-us --version {version}" + f"cd policyengine-household-api && python gcp/bump_country_package.py --country policyengine-uk --version {version}" ) diff --git a/changelog_entry.yaml b/changelog_entry.yaml index e69de29bb..7b8dfd184 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -0,0 +1,4 @@ +- bump: patch + changes: + fixed: + - Ensure household API version script bumps UK version \ No newline at end of file