Skip to content

Commit

Permalink
explicit version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Jan 5, 2025
1 parent 6de2656 commit 1f1663a
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 5 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- uses: cvxgrp/.github/actions/uv/test@main
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4

- uses: cvxgrp/.github/actions/uv/test@v2.0.0
with:
python-version: ${{ matrix.python-version }}
10 changes: 8 additions & 2 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: cvxgrp/.github/actions/uv/coverage@main
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4

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

- name: Coveralls GitHub Action
uses: coverallsapp/github-action@v2
Expand All @@ -26,4 +29,7 @@ jobs:
deptry:
runs-on: ubuntu-latest
steps:
- uses: cvxgrp/.github/actions/uv/deptry@main
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4

- uses: cvxgrp/.github/actions/uv/deptry@v2.0.0
10 changes: 8 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: cvxgrp/.github/actions/uv/build@main
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4

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

deploy:
runs-on: ubuntu-latest
Expand All @@ -20,4 +23,7 @@ jobs:
id-token: write

steps:
- uses: cvxgrp/.github/actions/publish@main
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4

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

0 comments on commit 1f1663a

Please sign in to comment.