Skip to content

Commit 12c34b2

Browse files
committed
[QI2-1615] Update Compute Api Client workflow
1 parent 66c6852 commit 12c34b2

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/workflows/release.yaml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,14 @@ jobs:
1515
uses: actions/setup-python@v5
1616
with:
1717
python-version: "3.8"
18-
- name: Install poetry
19-
uses: abatilo/actions-poetry@v4
20-
- name: Version poetry package
21-
run: poetry version "${{ github.ref_name }}"
22-
- name: Build poetry package
23-
run: poetry build
18+
- name: Install uv
19+
uses: astral-sh/setup-uv@v5
20+
with:
21+
version: "0.7.6"
22+
- name: Version uv package
23+
run: uv version "${{ github.ref_name }}"
24+
- name: Build uv package
25+
run: uv build
2426
- name: Publish distribution 📦 to PyPI
2527
uses: pypa/gh-action-pypi-publish@release/v1
2628
with:

0 commit comments

Comments
 (0)