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 15c9555 commit 2cb79d1Copy full SHA for 2cb79d1
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
with:
26
python-version: ${{ matrix.python-version }}
27
- name: Set up uv
28
- run: curl -LsSf https://astral.sh/uv/0.4.5/install.sh | sh
+ run: curl -LsSf https://astral.sh/uv/install.sh | sh
29
- name: Install dependencies
30
run: uv sync --all-extras --dev
31
- name: run test
.github/workflows/python-publish.yml
@@ -27,7 +27,7 @@ jobs:
python-version: '3.x'
32
run: uvx --from build pyproject-build --installer uv
33
- name: Publish package
0 commit comments