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: diff --git a/pyproject.toml b/pyproject.toml index ee4a59c..0d83a9e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,18 +1,17 @@ [project] name = "cwapi3d" -version = "33.333.0" +version = "33.333.1" 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", "Environment :: Plugins", "Intended Audience :: Developers", - "License :: OSI Approved :: MIT License", "Operating System :: Microsoft :: Windows", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.14",