Skip to content

Commit 879693f

Browse files
Merge pull request #3 from christyjacob4/feat-improvements
fix: ci
2 parents 70c8193 + b502bf7 commit 879693f

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,10 @@ jobs:
1616
with:
1717
python-version: '3.12'
1818

19-
- name: Install uv
20-
run: |
21-
curl -LsSf https://astral.sh/uv/install.sh | sh
22-
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
23-
2419
- name: Install build dependencies
2520
run: |
26-
uv pip install build twine
21+
python -m pip install --upgrade pip
22+
pip install build twine
2723
2824
- name: Build package
2925
run: python -m build

0 commit comments

Comments
 (0)