From cefd702d81b1e0b9428d67b78c10a8cebcc1b3ef Mon Sep 17 00:00:00 2001 From: rjdbcm Date: Thu, 2 May 2024 22:12:28 -0500 Subject: [PATCH] :arrow_up: OZI-Project/release 0.2.4 Signed-off-by: rjdbcm --- .github/workflows/dist-workflow.yml | 2 +- ozi/spec/ci.py | 2 +- pyproject.toml | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dist-workflow.yml b/.github/workflows/dist-workflow.yml index 98d5594c..80ab81c7 100644 --- a/.github/workflows/dist-workflow.yml +++ b/.github/workflows/dist-workflow.yml @@ -142,7 +142,7 @@ jobs: rekor.sigstore.dev:443 tuf-repo-cdn.sigstore.dev:443 - - uses: OZI-Project/release@3a6a93fc159c3ff839534afe9af21bde4e481d08 + - uses: OZI-Project/release@4da1b9af60d07a25d045c7cdb468a4a70ca6bfe4 id: release with: python-dist: ${{ matrix.py }} diff --git a/ozi/spec/ci.py b/ozi/spec/ci.py index ed329197..a7811114 100644 --- a/ozi/spec/ci.py +++ b/ozi/spec/ci.py @@ -23,7 +23,7 @@ class Publish(Default): class Release(Default): """Release patterns for packaged project.""" - version: str = '0.2.3' + version: str = '0.2.4' @dataclass(slots=True, frozen=True, eq=True) diff --git a/pyproject.toml b/pyproject.toml index d3df94cc..8126913f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,6 +22,7 @@ console_scripts = [ [tool.ozi-build.metadata] summary = 'Packager for Python projects using Meson.' +pkg-info-file = 'build/PKG-INFO' [tool.cibuildwheel] build-frontend = "build"