Skip to content

Commit 4a5a285

Browse files
committed
test: cicd
1 parent 3791893 commit 4a5a285

2 files changed

Lines changed: 21 additions & 0 deletions

File tree

.github/workflows/uv.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Example
2+
3+
jobs:
4+
uv-example:
5+
name: python
6+
runs-on: ubuntu-latest
7+
8+
steps:
9+
- uses: actions/checkout@v4
10+
11+
- name: Install uv
12+
uses: astral-sh/setup-uv@v5
13+
14+
- name: Set up Python
15+
uses: actions/setup-python@v5
16+
with:
17+
python-version-file: ".python-version"
18+
19+
- name: Build and Test
20+
run: uv run python tests/test.py

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,4 +147,5 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
147147

148148
## Credits
149149
Claude 3.7 Sonnet (extended thinking)
150+
150151
https://github.com/pybind/scikit_build_example/tree/master

0 commit comments

Comments
 (0)