File tree Expand file tree Collapse file tree 5 files changed +498
-15
lines changed Expand file tree Collapse file tree 5 files changed +498
-15
lines changed Original file line number Diff line number Diff line change 3
3
push :
4
4
branches : [main]
5
5
jobs :
6
- test :
6
+ publish :
7
7
runs-on : ubuntu-latest
8
8
steps :
9
9
- uses : actions/checkout@v4
17
17
UV_PUBLISH_TOKEN : ${{ secrets.PYPI_API_TOKEN }}
18
18
run : |
19
19
uv build
20
- uv publish
20
+ uv publish || true
Original file line number Diff line number Diff line change 1
1
name : ruff
2
- on : [pull_request]
2
+ on :
3
+ push :
4
+ branches : [main]
5
+ pull_request :
3
6
jobs :
4
7
ruff :
5
8
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1
1
name : test
2
- on : [pull_request]
2
+ on :
3
+ push :
4
+ branches : [main]
5
+ pull_request :
3
6
jobs :
4
7
test :
5
8
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "torcharc"
3
3
version = " 2.1.2"
4
4
description = " Build PyTorch models by specifying architectures."
5
5
readme = " README.md"
6
- requires-python = " >=3.12 "
6
+ requires-python = " >=3.10 "
7
7
dependencies = [
8
8
" pydantic>=2.10.4" ,
9
9
" pyyaml>=6.0.2" ,
You can’t perform that action at this time.
0 commit comments