Skip to content

Commit 7926ec9

Browse files
Update PolicyEngine US
1 parent 3a1d6cc commit 7926ec9

File tree

7 files changed

+27
-115
lines changed

7 files changed

+27
-115
lines changed

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
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

.github/workflows/push.yaml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,11 @@ jobs:
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

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

changelog.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10418,3 +10418,8 @@
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

changelog_entry.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
- bump: patch
2-
changes:
3-
fixed:
4-
- Test efficiency.
1+

pyproject.toml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "policyengine-us"
3-
version = "1.341.0"
3+
version = "1.341.1"
44
description = "Add your description here."
55
readme = "README.md"
66
authors = [
@@ -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]
3334
packages = ["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-
]

uv.lock

Lines changed: 2 additions & 95 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)