diff options
| author | 2025-12-30 20:18:07 +0800 | |
|---|---|---|
| committer | 2025-12-30 20:18:07 +0800 | |
| commit | eeecb738fccf2f541f98414f51e28ecf0bd710a3 (patch) | |
| tree | 783fd1fa284584574117a8b7fbc0cc0e39155038 /.github | |
| parent | 174fe523d112e49b940627ce3eafbc767d0f1d3e (diff) | |
| download | base-model-eeecb738fccf2f541f98414f51e28ecf0bd710a3.tar.gz base-model-eeecb738fccf2f541f98414f51e28ecf0bd710a3.zip | |
fix: Update command to check distribution in publish workflow
Diffstat (limited to '.github')
| -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 c11cd0e..01c6060 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -67,7 +67,7 @@ jobs: - name: Check distribution run: | uv pip install twine - twine check dist/* + uv run twine check dist/* - uses: actions/upload-artifact@v4 with: |
