diff options
| author | 2025-12-31 18:01:43 +0800 | |
|---|---|---|
| committer | 2025-12-31 18:01:43 +0800 | |
| commit | 6fdf7ae765ee5e168f8426bd705a475d2843305d (patch) | |
| tree | 6acced4e371bdb34f57f2e205813735b77250b87 | |
| parent | 3c2f2d65e245fa6c2e7f8400e66012c47bdde15d (diff) | |
| download | base-model-6fdf7ae765ee5e168f8426bd705a475d2843305d.tar.gz base-model-6fdf7ae765ee5e168f8426bd705a475d2843305d.zip | |
fix: correct TestPyPI URL and update API token secret
| -rw-r--r-- | .github/workflows/publish.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6a8531e..b7e8fd1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -89,7 +89,7 @@ jobs: environment: name: test-pypi - url: https://test.pypi.org/project/${{ github.sha }}/ + url: https://test.pypi.org/p/${{ github.sha }}/ steps: - name: Checkout code @@ -123,7 +123,7 @@ jobs: uses: pypa/gh-action-pypi-publish@release/v1 with: repository-url: https://test.pypi.org/legacy - password: ${{ secrets.TEST_PYPI_API_TOKEN }} + password: ${{ secrets.TEST_PYPI_TOKEN }} publish-pypi: name: Publish to PyPI |
