Skip to content

Commit ab5bf79

Browse files
committed
wip
1 parent c415470 commit ab5bf79

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,5 @@ jobs:
2828
uv add build
2929
uv run python -m build
3030
- 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
31+
run: |
32+
uv run twine upload -p ${{ secrets.TEST_PYPI_TOKEN }} --repository testpypi dist/*

0 commit comments

Comments
 (0)