From f88be419ac614b7481d3adc0bb3e2ff71bc8a347 Mon Sep 17 00:00:00 2001 From: juaristi22 Date: Fri, 3 Apr 2026 18:34:47 +0530 Subject: [PATCH 1/2] fix publishing --- .github/workflows/versioning.yaml | 2 +- changelog.d/changed.1.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/versioning.yaml b/.github/workflows/versioning.yaml index b3d92b2..4b7680f 100644 --- a/.github/workflows/versioning.yaml +++ b/.github/workflows/versioning.yaml @@ -8,7 +8,7 @@ on: paths: - "changelog.d/**" - - "!pyproject.toml" + - "CHANGELOG.md" jobs: Versioning: diff --git a/changelog.d/changed.1.md b/changelog.d/changed.1.md index 65d886a..8049e57 100644 --- a/changelog.d/changed.1.md +++ b/changelog.d/changed.1.md @@ -1 +1 @@ -Updated dashboard fonts from Roboto Serif to Inter/JetBrains Mono, added data preview on file upload, added reusable ChartLegend component, and improved chart styling across all visualization components. Updated paper formatting to Times New Roman 11pt with 1.5in margins, added Acknowledgements and Disclosures section with keywords, and refreshed figures and results with latest cross-validation run. Migrated versioning workflow from expired PAT to GitHub App token. +Updated dashboard fonts from Roboto Serif to Inter/JetBrains Mono, added data preview on file upload, added reusable ChartLegend component, and improved chart styling across all visualization components. Updated paper formatting to Times New Roman 11pt with 1.5in margins, added Acknowledgements and Disclosures section with keywords, and refreshed figures and results with latest cross-validation run. Migrated versioning workflow from expired PAT to GitHub App token. Update versioning path to include CHANGELOG. From 1c97db41c23bd19bcba2718fca5036fc071f9ec9 Mon Sep 17 00:00:00 2001 From: juaristi22 Date: Fri, 3 Apr 2026 18:37:34 +0530 Subject: [PATCH 2/2] ensure toml changes dont trigger publishing --- .github/workflows/versioning.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/versioning.yaml b/.github/workflows/versioning.yaml index 4b7680f..b1fcb3b 100644 --- a/.github/workflows/versioning.yaml +++ b/.github/workflows/versioning.yaml @@ -9,6 +9,7 @@ on: paths: - "changelog.d/**" - "CHANGELOG.md" + - "!pyproject.toml" jobs: Versioning: