Skip to content

Commit c8e6b13

Browse files
committed
fix
1 parent 5fe67b6 commit c8e6b13

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,12 @@ jobs:
1818
- uses: actions/checkout@v4
1919
with:
2020
fetch-depth: 0
21-
- name: Install uv
22-
uses: astral-sh/setup-uv@v6
21+
- uses: actions/setup-python@v5
2322
with:
24-
enable-cache: true
2523
python-version: ${{ env.PYTHON_VERSION }}
2624
- name: Build
2725
run: |
28-
uv pip install --system build
26+
pip install build
2927
python -m build --wheel
3028
- name: Publish package to TestPyPI
3129
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)