Skip to content

Commit fdd41bc

Browse files
committed
wip
1 parent ab5bf79 commit fdd41bc

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
run: uv run pytest tests
2626
- name: Build
2727
run: |
28-
uv add build
29-
uv run python -m build
28+
uv build
3029
- name: Publish PyPI Package
31-
run: |
32-
uv run twine upload -p ${{ secrets.TEST_PYPI_TOKEN }} --repository testpypi dist/*
30+
uses: pypa/gh-action-pypi-publish@release/v1
31+
with:
32+
repository-url: https://test.pypi.org/simple/

0 commit comments

Comments
 (0)