Skip to content

Commit

Permalink
✨ Use oziproject.dev API workflows.
Browse files Browse the repository at this point in the history
Signed-off-by: rjdbcm <[email protected]>
  • Loading branch information
rjdbcm committed May 21, 2024
1 parent 00051ee commit 967c5d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ozi/spec/ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,22 +24,22 @@ class Publish(Default):
class Draft(Default):
"""Draft release patterns for packaged project."""

version: str = '0.1.2'
version: str = '0.2.0'


@dataclass(slots=True, frozen=True, eq=True)
class Release(Default):
"""Release patterns for packaged project."""

version: str = '0.4.1'
version: str = '0.5.9'


@dataclass(slots=True, frozen=True, eq=True)
class Checkpoint(Default):
"""Checkpoint suites to run."""

suites: tuple[str, ...] = ('dist', 'lint', 'test')
version: str = '0.2.0'
version: str = '0.3.1'


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

0 comments on commit 967c5d2

Please sign in to comment.