File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 - " v*"
77
88jobs :
9+ test :
10+ runs-on : ubuntu-latest
11+ steps :
12+ - uses : actions/checkout@v4
13+ - name : Install uv
14+ uses : astral-sh/setup-uv@v4
15+ with :
16+ enable-cache : true
17+ - run : uv python install 3.12
18+ - run : uv sync --all-extras
19+ - run : uv run ruff format --check .
20+ - run : uv run ruff check .
21+ - run : uv run pytest
22+
923 release :
24+ needs : test
1025 runs-on : ubuntu-latest
1126 permissions :
12- id-token : write # Required for trusted publishing
27+ id-token : write
1328
1429 steps :
1530 - uses : actions/checkout@v4
2742
2843 - name : Publish to PyPI
2944 uses : pypa/gh-action-pypi-publish@release/v1
30-
Original file line number Diff line number Diff line change 11[project ]
22name = " edgee"
3- version = " 0.1.1 "
3+ version = " 1.0.0 "
44description = " Lightweight Python SDK for Edgee AI Gateway"
55readme = " README.md"
66license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments