Skip to content

Commit 7cc15e4

Browse files
authored
Upgrade UV in CI, cleanup documentation, bump versions (#168)
* Upgrade UV in CI, cleanup documentation, bump versions Change the ci.yaml and pyproject.toml to use UV V7 (Issue #167) Fix documentation to correct class and module references (issue #166) - src/celpy/c7nlib.py - src/celpy/adapter.py - src/celpy/__init__.py - src/celpy/__main__.py - src/celpy/celtypes.py Bump version numbers for dependencies to elminate a protobuf CVE. * Update pyproject.toml Add license (See PR #142) Add URL's (Fixes Issue #154)
1 parent b537587 commit 7cc15e4

55 files changed

Lines changed: 6345 additions & 1126 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/ci.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
Lint:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v5
1515

16-
- uses: astral-sh/setup-uv@v6
16+
- uses: astral-sh/setup-uv@v7
1717
with:
1818
python-version: ${{ env.DEFAULT_PY_VERSION }}
1919

@@ -35,9 +35,9 @@ jobs:
3535
tox-target: py313
3636

3737
steps:
38-
- uses: actions/checkout@v2
38+
- uses: actions/checkout@v5
3939

40-
- uses: astral-sh/setup-uv@v6
40+
- uses: astral-sh/setup-uv@v7
4141
with:
4242
python-version: ${{ matrix.python-version }}
4343

@@ -47,15 +47,15 @@ jobs:
4747
needs: Tests
4848
runs-on: ubuntu-latest
4949
steps:
50-
- uses: actions/checkout@v2
50+
- uses: actions/checkout@v5
5151

52-
- uses: astral-sh/setup-uv@v6
52+
- uses: astral-sh/setup-uv@v7
5353
with:
5454
python-version: ${{ env.DEFAULT_PY_VERSION }}
5555

5656
- run: uv run tox -e lint
5757

58-
- uses: codecov/codecov-action@v4
58+
- uses: codecov/codecov-action@v5
5959
with:
6060
files: ./coverage.xml
6161
name: codecov

docs/build/doctrees/api.doctree

-155 KB
Binary file not shown.
-17.1 KB
Binary file not shown.

docs/build/doctrees/cli.doctree

-1.06 KB
Binary file not shown.
-237 Bytes
Binary file not shown.
-246 KB
Binary file not shown.

docs/build/doctrees/index.doctree

-180 Bytes
Binary file not shown.
-38 Bytes
Binary file not shown.
-1.39 KB
Binary file not shown.
-1.49 KB
Binary file not shown.

0 commit comments

Comments
 (0)