File tree Expand file tree Collapse file tree 7 files changed +27
-115
lines changed
Expand file tree Collapse file tree 7 files changed +27
-115
lines changed Original file line number Diff line number Diff line change 4545 - name : Set up Python
4646 uses : actions/setup-python@v5
4747 with :
48- python-version : 3.12
48+ python-version : 3.11
4949 - name : Install uv
5050 uses : astral-sh/setup-uv@v5
5151 - name : Install dependencies
Original file line number Diff line number Diff line change 5959 - name : Set up Python
6060 uses : actions/setup-python@v5
6161 with :
62- python-version : 3.12
62+ python-version : 3.11
63+ - name : Install uv
64+ uses : astral-sh/setup-uv@v5
6365 - name : Install package
64- run : make install
66+ run : uv pip install -e ".[dev]" --system
6567 - name : Run non-structural YAML tests
6668 run : make test-yaml-no-structural
6769 - name : Run structural YAML tests
@@ -79,14 +81,14 @@ jobs:
7981 steps :
8082 - name : Checkout repo
8183 uses : actions/checkout@v4
82- - name : Setup Python
84+ - name : Set up Python
8385 uses : actions/setup-python@v5
8486 with :
85- python-version : 3.12
86- - name : Publish a git tag
87- run : " .github/publish-git-tag.sh || true "
87+ python-version : 3.11
88+ - name : Install uv
89+ uses : astral-sh/setup-uv@v5
8890 - name : Install package
89- run : make install
91+ run : uv pip install -e ".[dev]" --system
9092 - name : Build package
9193 run : make
9294 - name : Publish a Python distribution to PyPI
Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.341.1] - 2025-07-12 15:05:55
9+
10+ ### Fixed
11+
12+ - Test efficiency.
13+
814## [ 1.341.0] - 2025-07-12 04:17:24
915
1016### Added
@@ -12263,6 +12269,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1226312269
1226412270
1226512271
12272+ [ 1.341.1 ] : https://github.com/PolicyEngine/policyengine-us/compare/1.341.0...1.341.1
1226612273[ 1.341.0 ] : https://github.com/PolicyEngine/policyengine-us/compare/1.340.1...1.341.0
1226712274[ 1.340.1 ] : https://github.com/PolicyEngine/policyengine-us/compare/1.340.0...1.340.1
1226812275[ 1.340.0 ] : https://github.com/PolicyEngine/policyengine-us/compare/1.339.1...1.340.0
Original file line number Diff line number Diff line change 1041810418 added :
1041910419 - Ohio flat tax 2025-2026.
1042010420 date : 2025-07-12 04:17:24
10421+ - bump : patch
10422+ changes :
10423+ fixed :
10424+ - Test efficiency.
10425+ date : 2025-07-12 15:05:55
Original file line number Diff line number Diff line change 1- - bump : patch
2- changes :
3- fixed :
4- - Test efficiency.
1+
Original file line number Diff line number Diff line change 11[project ]
22name = " policyengine-us"
3- version = " 1.341.0 "
3+ version = " 1.341.1 "
44description = " Add your description here."
55readme = " README.md"
66authors = [
@@ -27,15 +27,9 @@ dev = [
2727 " furo>=2024.8.6" ,
2828 " jupyter-book>=1.0.4.post1" ,
2929 " setuptools>=80.9.0" ,
30+ " build>=1.2.2.post1" ,
3031]
3132
3233[tool .hatch .build .targets .wheel ]
3334packages = [" policyengine_us" ]
3435
35- [dependency-groups ]
36- dev = [
37- " build>=1.2.2.post1" ,
38- " pytest>=8.4.1" ,
39- " toml>=0.10.2" ,
40- " yaml-changelog>=0.1.7" ,
41- ]
You can’t perform that action at this time.
0 commit comments