File tree Expand file tree Collapse file tree 3 files changed +20
-3
lines changed
Expand file tree Collapse file tree 3 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 1717 with :
1818 token : ${{ secrets.YANDEX_CLOUD_BOT_TOKEN }}
1919
20+ - name : Install uv
21+ uses : astral-sh/setup-uv@v4
22+ with :
23+ # Install a specific version of uv.
24+ version : " 0.5.8"
25+ enable-cache : true
26+
2027 - name : Set up Python
2128 uses : actions/setup-python@v5
2229 with :
2936 make proto
3037 make deps
3138 make tox
32-
39+
3340 git config --global user.name 'Yandex.Cloud Bot'
3441 git config --global user.email '[email protected] ' 3542 git add yandex cloudapi
Original file line number Diff line number Diff line change 1919 with :
2020 fetch-depth : 0
2121
22+ - name : Install uv
23+ uses : astral-sh/setup-uv@v4
24+ with :
25+ # Install a specific version of uv.
26+ version : " 0.5.8"
27+ enable-cache : true
28+
2229 - name : Set up Python
23302431 with :
3744 with :
3845 github_token : ${{ secrets.GITHUB_TOKEN }}
3946
40- - name : Build python
47+ - name : Build yandexcloud
4148 run : |
42- python3 setup.py sdist bdist_wheel
49+ make build
4350
4451 - name : Publish package distributions to PyPI
4552
Original file line number Diff line number Diff line change 33
44REPO_ROOT: =$(shell dirname $(realpath $(firstword $(MAKEFILE_LIST ) ) ) )
55
6+ build :
7+ uv build
8+
69deps : # # install deps (library & development)
710 uv sync --all-groups
811
You can’t perform that action at this time.
0 commit comments