1 parent c415470 commit ab5bf79Copy full SHA for ab5bf79
1 file changed
.github/workflows/release.yml
@@ -28,8 +28,5 @@ jobs:
28
uv add build
29
uv run python -m build
30
- name: Publish PyPI Package
31
- uses: pypa/gh-action-pypi-publish@release/v1
32
- with:
33
- repository-url: https://test.pypi.org/simple/
34
- password: ${{ secrets.TEST_PYPI_TOKEN }}
35
- verbose: true
+ run: |
+ uv run twine upload -p ${{ secrets.TEST_PYPI_TOKEN }} --repository testpypi dist/*
0 commit comments