1 parent ab5bf79 commit fdd41bcCopy full SHA for fdd41bc
1 file changed
.github/workflows/release.yml
@@ -25,8 +25,8 @@ jobs:
25
run: uv run pytest tests
26
- name: Build
27
run: |
28
- uv add build
29
- uv run python -m build
+ uv build
30
- name: Publish PyPI Package
31
- run: |
32
- uv run twine upload -p ${{ secrets.TEST_PYPI_TOKEN }} --repository testpypi dist/*
+ uses: pypa/gh-action-pypi-publish@release/v1
+ with:
+ repository-url: https://test.pypi.org/simple/
0 commit comments