Skip to content

Commit 70e9bcb

Browse files
committed
chore: use uv.lock
1 parent 86b29ef commit 70e9bcb

6 files changed

Lines changed: 1071 additions & 120 deletions

File tree

.github/workflows/pypi.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v6
14+
- uses: actions/checkout@v7
1515

1616
- uses: actions/setup-python@v6
1717
with:
18-
python-version: 3.9
18+
python-version: 3.10
1919

2020
- name: install build
2121
run: python -m pip install --upgrade build
@@ -56,7 +56,7 @@ jobs:
5656
needs: publish
5757

5858
steps:
59-
- uses: actions/checkout@v6
59+
- uses: actions/checkout@v7
6060
with:
6161
fetch-depth: 0
6262
- uses: actions/setup-node@v6

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,3 @@ htmlcov
2424
.eggs
2525
coverage.xml
2626
demo.py
27-
uv.lock

.readthedocs.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2
22

33
build:
4-
os: "ubuntu-20.04"
4+
os: "ubuntu-lts-latest"
55
tools:
66
python: "3.13"
77

@@ -10,4 +10,7 @@ sphinx:
1010

1111
python:
1212
install:
13-
- requirements: requirements-docs.lock
13+
- method: uv
14+
command: sync
15+
groups:
16+
- docs

requirements-dev.lock

Lines changed: 0 additions & 30 deletions
This file was deleted.

requirements-docs.lock

Lines changed: 0 additions & 84 deletions
This file was deleted.

0 commit comments

Comments
 (0)