We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2711e4 commit b706d72Copy full SHA for b706d72
.github/workflows/ci-cd.yml
@@ -58,6 +58,8 @@ jobs:
58
uses: actions/setup-python@v6
59
with:
60
python-version-file: .python-version
61
+ - name: Install uv
62
+ uses: astral-sh/setup-uv@v6
63
- name: Build package
64
run: uv build
65
- name: Upload package distributions to PyPI
0 commit comments