Skip to content

Commit

Permalink
⬆️ OZI-Project/release 0.2.4
Browse files Browse the repository at this point in the history
Signed-off-by: rjdbcm <[email protected]>
  • Loading branch information
rjdbcm committed May 3, 2024
1 parent e74980d commit cefd702
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dist-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion ozi/spec/ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit cefd702

Please sign in to comment.