Skip to content

Commit bcba2b2

Browse files
authored
Make python test workflow reusable (#18)
1 parent 1728a51 commit bcba2b2

File tree

7 files changed

+17
-4
lines changed

7 files changed

+17
-4
lines changed

.github/workflows/test_python.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
pull_request: []
99
workflow_dispatch:
1010
tag: "Manual Run"
11+
workflow_call:
1112

1213
jobs:
1314
build:

CHANGELOG_PYTHON.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 2.4.1 2025-06-16
4+
5+
### Changed
6+
7+
* Update release workflow
8+
39
## 2.4.0 2025-06-13
410

511
### Changed

CHANGELOG_RUST.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 2.4.1 2025-06-16
4+
5+
### Changed
6+
7+
* Update release workflow
8+
39
## 2.4.0 2025-06-13
410

511
### Changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cfsem"
3-
version = "2.4.0"
3+
version = "2.4.1"
44
edition = "2024"
55
authors = ["Commonwealth Fusion Systems <jlogan@cfs.energy>"]
66
license = "MIT"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "cfsem"
7-
version = "2.4.0"
7+
version = "2.4.1"
88
description = "Quasi-steady electromagnetics including filamentized approximations, Biot-Savart, and Grad-Shafranov."
99
authors = [{name = "Commonwealth Fusion Systems", email = "jlogan@cfs.energy"}]
1010
requires-python = ">=3.9, <3.14"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)