File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 - name : Set up Python
2121 uses : actions/setup-python@v5
2222 with :
23- python-version : 3.13
23+ python-version : 3.12
2424 - name : Install dependencies
2525 run : |
2626 python -m pip install --upgrade pip
4242 - name : Set up Python
4343 uses : actions/setup-python@v5
4444 with :
45- python-version : 3.13
45+ python-version : 3.12
4646 - name : Install package
4747 run : make install-uv
4848 - name : Download data inputs
Original file line number Diff line number Diff line change 1818 - name : Set up Python
1919 uses : actions/setup-python@v5
2020 with :
21- python-version : 3.13
21+ python-version : 3.12
2222 - name : Install dependencies
2323 run : |
2424 python -m pip install --upgrade pip
4444 - name : Set up Python
4545 uses : actions/setup-python@v5
4646 with :
47- python-version : 3.13
47+ python-version : 3.12
4848 - uses : " google-github-actions/auth@v2"
4949 with :
5050 workload_identity_provider : " projects/322898545428/locations/global/workloadIdentityPools/policyengine-research-id-pool/providers/prod-github-provider"
7070 HUGGING_FACE_TOKEN : ${{ secrets.HUGGING_FACE_TOKEN }}
7171 - name : Publish a git tag
7272 run : " .github/publish-git-tag.sh || true"
73- - name : Publish a Python distribution to PyPI
74- uses : pypa/gh-action-pypi-publish@release/v1
75- with :
76- user : __token__
77- password : ${{ secrets.PYPI }}
78- skip-existing : true
79- verbose : true
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ dependencies = [
2222 " google-cloud-storage" ,
2323 " google-auth" ,
2424 " uk-public-services-imputation" ,
25- " policyengine-uk>=2.45.4 " ,
25+ " policyengine-uk==2.40.2 " ,
2626]
2727
2828[project .optional-dependencies ]
You can’t perform that action at this time.
0 commit comments