diff options
| author | 2025-12-31 18:42:17 +0800 | |
|---|---|---|
| committer | 2025-12-31 18:42:17 +0800 | |
| commit | 8f23487d5c71b67428da163f01fc9c04f48ce274 (patch) | |
| tree | ce5747ef47957ce9cfec46bb3259c833700080db | |
| parent | 92daa233aea36b28e457f0952237415ff1af66ae (diff) | |
| download | base-model-8f23487d5c71b67428da163f01fc9c04f48ce274.tar.gz base-model-8f23487d5c71b67428da163f01fc9c04f48ce274.zip | |
fix: add debugging commands before publishing to TestPyPI
| -rw-r--r-- | .github/workflows/publish.yml | 2 |
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/* |
