Skip to content

Commit

Permalink
⬆️ OZI-Project/release 0.2.0 for OZI.build backend change.
Browse files Browse the repository at this point in the history
Signed-off-by: rjdbcm <[email protected]>
  • Loading branch information
rjdbcm committed May 2, 2024
1 parent 817265b commit 24e23ba
Show file tree
Hide file tree
Showing 2 changed files with 2 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@7bbceab384cd0290577dec4b4fb04eed3c07b926
- uses: OZI-Project/release@792239b8c59a60f7f3fa5e7cba310c60a3e51477
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.1.18'
version: str = '0.2.0'


@dataclass(slots=True, frozen=True, eq=True)
Expand Down

0 comments on commit 24e23ba

Please sign in to comment.