From 12258e45ac74891f9f0b9abf92f0700ce99faac4 Mon Sep 17 00:00:00 2001 From: Jean-Sebastien Paquet Date: Fri, 14 Aug 2026 08:55:58 -0400 Subject: [PATCH 1/4] Increments version to test OIDC publishing setup. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ee4a59c..266323b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cwapi3d" -version = "33.333.0" +version = "33.333.1" authors = [{ name = "Cadwork", email = "it@cadwork.ca" }] requires-python = ">= 3.14" From d88dbdcffe73dbff864ed04615f35db4b3284a10 Mon Sep 17 00:00:00 2001 From: Jean-Sebastien Paquet Date: Fri, 14 Aug 2026 08:59:49 -0400 Subject: [PATCH 2/4] Adjusts build filters. --- .github/workflows/publish.yml | 1 + .github/workflows/test_publish.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b04bbed..8377eda 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -23,6 +23,7 @@ jobs: filters: | src: - 'src/**' + - 'pyproject.toml' - if: steps.changes.outputs.src == 'true' uses: actions/setup-python@v6 with: diff --git a/.github/workflows/test_publish.yml b/.github/workflows/test_publish.yml index 15ced31..41d3b98 100644 --- a/.github/workflows/test_publish.yml +++ b/.github/workflows/test_publish.yml @@ -23,6 +23,7 @@ jobs: filters: | src: - 'src/**' + - 'pyproject.toml' - if: steps.changes.outputs.src == 'true' uses: actions/setup-python@v6 with: From 20cde8f7f86cfe82fbea8b8de12758e092c044b1 Mon Sep 17 00:00:00 2001 From: Jean-Sebastien Paquet Date: Fri, 14 Aug 2026 09:02:43 -0400 Subject: [PATCH 3/4] Fixes license warnings. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 266323b..104f896 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = [{ name = "Cadwork", email = "it@cadwork.ca" }] requires-python = ">= 3.14" description = 'Python bindings for CwAPI3D' readme = "README.md" -license = { file = "LICENSE" } +license-files = [ "LICENSE" ] keywords = ["cadwork"] classifiers = [ "Development Status :: 5 - Production/Stable", From db05e8d749e9e32292ef044629068e275b58af7f Mon Sep 17 00:00:00 2001 From: Jean-Sebastien Paquet Date: Fri, 14 Aug 2026 09:03:43 -0400 Subject: [PATCH 4/4] Fixes license warnings. --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 104f896..0d83a9e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,6 @@ classifiers = [ "Development Status :: 5 - Production/Stable", "Environment :: Plugins", "Intended Audience :: Developers", - "License :: OSI Approved :: MIT License", "Operating System :: Microsoft :: Windows", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.14",