Skip to content

Commit 55b6708

Browse files
chore: Use uv for build steps and update TestPyPI repository URL.
1 parent 26ca62b commit 55b6708

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
python-version: "3.13"
1919

2020
- name: Install build tools
21-
run: pip install build
21+
run: uv pip install build
2222

2323
- name: Build sdist and wheel
24-
run: python -m build
24+
run: uv build
2525

2626
- name: Store the distribution packages
2727
uses: actions/upload-artifact@v6
@@ -48,7 +48,7 @@ jobs:
4848
- name: Publish to TestPyPI
4949
uses: pypa/gh-action-pypi-publish@release/v1
5050
with:
51-
repository-url: https://test.pypi.org
51+
repository-url: https://test.pypi.org/legacy/
5252

5353
publish-to-pypi:
5454
name: Publish to PyPI

0 commit comments

Comments
 (0)