From 8f23487d5c71b67428da163f01fc9c04f48ce274 Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Wed, 31 Dec 2025 18:42:17 +0800 Subject: fix: add debugging commands before publishing to TestPyPI --- .github/workflows/publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 20a0619..4390e2d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -120,6 +120,8 @@ jobs: TWINE_USERNAME: __token__ TWINE_PASSWORD: ${{ secrets.TEST_PYPI_TOKEN }} run: | + ll + pwd uv sync uv pip install twine uv run twine upload --repository testpypi --skip-existing --verbose dist/* -- cgit v1.2.3-70-g09d2