Skip to content

Commit a3df271

Browse files
authored
fix publish action
1 parent d7cdbe3 commit a3df271

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/pythonpublish.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,24 +15,16 @@ jobs:
1515
- uses: actions/checkout@v4
1616
with:
1717
fetch-depth: 0
18-
- name: Set up Python
19-
uses: actions/setup-python@v5
20-
with:
21-
python-version: '3.x'
2218

2319
- name: Install uv
2420
uses: astral-sh/setup-uv@v5
2521

26-
- name: Install dependencies
27-
run: |
28-
python -m pip install --upgrade pip
29-
pip install setuptools wheel twine
3022
- name: Make sure unit tests succeed
3123
run: |
3224
git config --global user.name "Github Action"
3325
git config --global user.email "[email protected]"
3426
uv run pytest
35-
- name: Build
27+
- name: Build
3628
run: |
3729
uv build
3830
# See https://docs.pypi.org/trusted-publishers/using-a-publisher/

0 commit comments

Comments
 (0)