From 2791c05cc48edf02a132aa0e91123af986692619 Mon Sep 17 00:00:00 2001 From: "Skhendle@gmail.com" Date: Tue, 13 Jan 2026 23:34:59 +0200 Subject: [PATCH 1/2] remove PyPI release cpde --- .github/workflows/release.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dd5e94b..d8131e7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -107,12 +107,6 @@ jobs: source .venv/bin/activate uv build - # # This workflow runs on push to main, not on a tag ref. Publish using secrets directly. - # - name: Publish to PyPI - # run: | - # source .venv/bin/activate - # uv publish --username __token__ --password ${{ secrets.PYPI_TOKEN }} - - name: Create GitHub Release env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} From 4a213b293e10d210423551d8b11bb2acba148046 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 13 Jan 2026 21:35:37 +0000 Subject: [PATCH 2/2] style: auto-format code with Black --- uv.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uv.lock b/uv.lock index 3b4d143..566cfbe 100644 --- a/uv.lock +++ b/uv.lock @@ -1,5 +1,5 @@ version = 1 -revision = 2 +revision = 3 requires-python = ">=3.12" [[package]] @@ -277,7 +277,7 @@ wheels = [ [[package]] name = "shared-models" -version = "0.1.5" +version = "0.1.6" source = { virtual = "." } dependencies = [ { name = "black" },