diff options
| author | 2025-12-31 18:15:48 +0800 | |
|---|---|---|
| committer | 2025-12-31 18:15:48 +0800 | |
| commit | 6d48ff2af54c575224088c61cd61c14b9dee5001 (patch) | |
| tree | 2336a1f2d7cb0dd771316666433bb35dabd41233 /.github/workflows | |
| parent | 29399171981b7bb1ba1f52db588a611521519212 (diff) | |
| download | base-model-6d48ff2af54c575224088c61cd61c14b9dee5001.tar.gz base-model-6d48ff2af54c575224088c61cd61c14b9dee5001.zip | |
fix: specify twine installation in publish workflow
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/publish.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7bc9ab0..c424d47 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -111,7 +111,7 @@ jobs: path: dist/ - name: Install twine - run: pip install + run: pip install twine - name: Publish to TestPyPI env: TWINE_USERNAME: __token__ |
