Skip to content

Commit

Permalink
Merge pull request #897 from PolicyEngine/fix/895-merge-script
Browse files Browse the repository at this point in the history
Ensure household API version bumps UK correctly
  • Loading branch information
anth-volk authored Jul 17, 2024
2 parents 7dc2fff + 16e0285 commit fc5442e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/update_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
)


Expand Down
4 changes: 4 additions & 0 deletions changelog_entry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- bump: patch
changes:
fixed:
- Ensure household API version script bumps UK version

0 comments on commit fc5442e

Please sign in to comment.