Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Jan 5, 2025
1 parent 494ac60 commit ee4478a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,23 @@ jobs:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4

- uses: cvxgrp/.github/actions/uv/sphinx@v2
- uses: cvxgrp/.github/actions/uv/sphinx@v2.0.0

test:
runs-on: "ubuntu-latest"
steps:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4

- uses: cvxgrp/.github/actions/uv/coverage@v2
- uses: cvxgrp/.github/actions/uv/coverage@v2.0.0

jupyter:
runs-on: "ubuntu-latest"
steps:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4

- uses: cvxgrp/.github/actions/uv/jupyter@v2
- uses: cvxgrp/.github/actions/uv/jupyter@v2.0.0

book:
runs-on: "ubuntu-latest"
Expand All @@ -47,4 +47,4 @@ jobs:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4

- uses: cvxgrp/.github/actions/book@v2
- uses: cvxgrp/.github/actions/book@v2.0.0
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4

- uses: cvxgrp/.github/actions/uv/test@v2
- uses: cvxgrp/.github/actions/uv/test@v2.0.0
with:
python-version: ${{ matrix.python-version }}
6 changes: 3 additions & 3 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4

- uses: cvxgrp/.github/actions/uv/coverage@v2
- uses: cvxgrp/.github/actions/uv/coverage@v2.0.0

- name: Coveralls GitHub Action
uses: coverallsapp/github-action@v2
uses: coverallsapp/github-action@v2.0.0
with:
files: artifacts/tests/coverage/coverage.info
format: lcov
Expand All @@ -24,4 +24,4 @@ jobs:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4

- uses: cvxgrp/.github/actions/uv/deptry@v2
- uses: cvxgrp/.github/actions/uv/deptry@v2.0.0
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4

- uses: cvxgrp/.github/actions/uv/build@v2
- uses: cvxgrp/.github/actions/uv/build@v2.0.0

deploy:
runs-on: ubuntu-latest
Expand All @@ -26,4 +26,4 @@ jobs:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4

- uses: cvxgrp/.github/actions/publish@v2
- uses: cvxgrp/.github/actions/publish@v2.0.0

0 comments on commit ee4478a

Please sign in to comment.