We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26ca62b commit 55b6708Copy full SHA for 55b6708
1 file changed
.github/workflows/release.yml
@@ -18,10 +18,10 @@ jobs:
18
python-version: "3.13"
19
20
- name: Install build tools
21
- run: pip install build
+ run: uv pip install build
22
23
- name: Build sdist and wheel
24
- run: python -m build
+ run: uv build
25
26
- name: Store the distribution packages
27
uses: actions/upload-artifact@v6
@@ -48,7 +48,7 @@ jobs:
48
- name: Publish to TestPyPI
49
uses: pypa/gh-action-pypi-publish@release/v1
50
with:
51
- repository-url: https://test.pypi.org
+ repository-url: https://test.pypi.org/legacy/
52
53
publish-to-pypi:
54
name: Publish to PyPI
0 commit comments