Skip to content

Commit 48d8c52

Browse files
committed
fixing short to long, remove empty lines and manually packages
1 parent 1f51dd3 commit 48d8c52

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,9 @@ jobs:
2727
python-version: '3.13'
2828
- name: Install dependencies
2929
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)
30+
curl --location --silent --show-error --fail https://astral.sh/uv/install.sh | sh
3431
export PATH="$HOME/.local/bin:$PATH"
35-
36-
# Create a virtual environment or use system flag
3732
uv sync
38-
39-
# Use uv to install dependencies
40-
uv python add twine pytest-timeout pytest-asyncio pytest-cov ruff pyright bandit
41-
4233
- name: Run QA
4334
run: make qa
4435
- name: Get next version

0 commit comments

Comments
 (0)