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 1f51dd3 commit 48d8c52Copy full SHA for 48d8c52
.github/workflows/release.yml
@@ -27,18 +27,9 @@ jobs:
27
python-version: '3.13'
28
- name: Install dependencies
29
run: |
30
- # Install uv using the official installation method
31
- curl -LsSf https://astral.sh/uv/install.sh | sh
32
-
33
- # Add uv to PATH (use .local/bin where it's actually installed)
+ curl --location --silent --show-error --fail https://astral.sh/uv/install.sh | sh
34
export PATH="$HOME/.local/bin:$PATH"
35
36
- # Create a virtual environment or use system flag
37
uv sync
38
39
- # Use uv to install dependencies
40
- uv python add twine pytest-timeout pytest-asyncio pytest-cov ruff pyright bandit
41
42
- name: Run QA
43
run: make qa
44
- name: Get next version
0 commit comments