Skip to content

Commit

Permalink
⬆️ Bump OZI-Project workflow actions
Browse files Browse the repository at this point in the history
* OZI-Project/checkpoint 0.1.6
* OZI-Project/release 0.3.2
* OZI-Project/release 0.1.1

Signed-off-by: rjdbcm <[email protected]>
  • Loading branch information
rjdbcm committed May 8, 2024
1 parent 0f23f31 commit fb19e5a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dev-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
rekor.sigstore.dev:443
tuf-repo-cdn.sigstore.dev:443
- uses: OZI-Project/checkpoint@a6290f1edcd89a03dca8d123327e25f0c3bfc91c
- uses: OZI-Project/checkpoint@1ad9ec15d60558ee3da890634bb8b0406838e17a
with:
python-version: "3.10"

Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
rekor.sigstore.dev:443
tuf-repo-cdn.sigstore.dev:443
- uses: OZI-Project/checkpoint@a6290f1edcd89a03dca8d123327e25f0c3bfc91c
- uses: OZI-Project/checkpoint@1ad9ec15d60558ee3da890634bb8b0406838e17a
with:
python-version: "3.11"

Expand Down Expand Up @@ -92,6 +92,6 @@ jobs:
rekor.sigstore.dev:443
tuf-repo-cdn.sigstore.dev:443
- uses: OZI-Project/checkpoint@a6290f1edcd89a03dca8d123327e25f0c3bfc91c
- uses: OZI-Project/checkpoint@1ad9ec15d60558ee3da890634bb8b0406838e17a
with:
python-version: "3.12"
10 changes: 5 additions & 5 deletions .github/workflows/dist-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
rekor.sigstore.dev:443
tuf-repo-cdn.sigstore.dev:443
- uses: OZI-Project/checkpoint@a6290f1edcd89a03dca8d123327e25f0c3bfc91c
- uses: OZI-Project/checkpoint@1ad9ec15d60558ee3da890634bb8b0406838e17a
with:
python-version: "3.10"

Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
rekor.sigstore.dev:443
tuf-repo-cdn.sigstore.dev:443
- uses: OZI-Project/checkpoint@a6290f1edcd89a03dca8d123327e25f0c3bfc91c
- uses: OZI-Project/checkpoint@1ad9ec15d60558ee3da890634bb8b0406838e17a
with:
python-version: "3.11"

Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
rekor.sigstore.dev:443
tuf-repo-cdn.sigstore.dev:443
- uses: OZI-Project/checkpoint@a6290f1edcd89a03dca8d123327e25f0c3bfc91c
- uses: OZI-Project/checkpoint@1ad9ec15d60558ee3da890634bb8b0406838e17a
with:
python-version: "3.12"

Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
rekor.sigstore.dev:443
tuf-repo-cdn.sigstore.dev:443
- uses: OZI-Project/release@3067778a8ac4622c1075321b46b7a7333bea64a0
- uses: OZI-Project/release@41916dbfb9a8fd0e73da21453fb999796cda9b52
id: release
with:
python-dist: ${{ matrix.py }}
Expand Down Expand Up @@ -183,6 +183,6 @@ jobs:
upload.pypi.org:443
uploads.github.com:443
- uses: OZI-Project/publish@d9173e726b4cbb2ecd631fff0259656737e0dc23
- uses: OZI-Project/publish@87aae4bed7ea3ab8b864689945200ecd71ecc29f
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
6 changes: 3 additions & 3 deletions ozi/spec/ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,22 @@ class Publish(Default):
"""Publishing patterns for packaged project."""

include: tuple[str, ...] = ('*.tar.gz', '*.whl', 'sig/*')
version: str = '0.1.0'
version: str = '0.1.1'


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

version: str = '0.3.0'
version: str = '0.3.2'


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

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


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

0 comments on commit fb19e5a

Please sign in to comment.