diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e62d632..2d6b2f6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -112,6 +112,8 @@ jobs: name: python-package-distributions path: dist/ - name: Publish distribution 📦 to TestPyPI - uses: pypa/gh-action-pypi-publish@release/v0.1.1 + uses: pypa/gh-action-pypi-publish@master with: - repository-url: https://test.pypi.org/legacy/ \ No newline at end of file + user: __token__ + password: ${{ secrets.jianguo_test_pypi_password }} + repository_url: https://test.pypi.org/legacy/