summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorHsiangNianian <i@jyunko.cn>2025-12-31 18:42:17 +0800
committerHsiangNianian <i@jyunko.cn>2025-12-31 18:42:17 +0800
commit8f23487d5c71b67428da163f01fc9c04f48ce274 (patch)
treece5747ef47957ce9cfec46bb3259c833700080db
parent92daa233aea36b28e457f0952237415ff1af66ae (diff)
downloadbase-model-8f23487d5c71b67428da163f01fc9c04f48ce274.tar.gz
base-model-8f23487d5c71b67428da163f01fc9c04f48ce274.zip
fix: add debugging commands before publishing to TestPyPI
-rw-r--r--.github/workflows/publish.yml2
1 files changed, 2 insertions, 0 deletions
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/*