diff options
| author | 2025-12-31 18:28:48 +0800 | |
|---|---|---|
| committer | 2025-12-31 18:28:48 +0800 | |
| commit | 5dd32e56b91bc5d0e5105a10e8f11bfafc8d0dee (patch) | |
| tree | 69c8d832a049e6e26086749c6cafb34cb6a1f306 /.github/workflows/publish.yml | |
| parent | 0f3a83652241d8800b75dc1db615edbb5e6bb36f (diff) | |
| download | base-model-5dd32e56b91bc5d0e5105a10e8f11bfafc8d0dee.tar.gz base-model-5dd32e56b91bc5d0e5105a10e8f11bfafc8d0dee.zip | |
fix: update TestPyPI upload command to use repository shorthand
Diffstat (limited to '.github/workflows/publish.yml')
| -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 c424d47..322f254 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -117,7 +117,7 @@ jobs: TWINE_USERNAME: __token__ TWINE_PASSWORD: ${{ secrets.TEST_PYPI_TOKEN }} run: | - twine upload --repository-url https://test.pypi.org/legacy/ --skip-existing --verbose dist/* + twine upload --repository testpypi --skip-existing --verbose dist/* publish-pypi: name: Publish to PyPI |
