From 3203d7ca2bd8d06e21c255565d465a89233c7ec3 Mon Sep 17 00:00:00 2001 From: gcroci2 Date: Fri, 22 Sep 2023 16:17:03 +0200 Subject: [PATCH] update token --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e5c3d6350..71e471d85 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,7 +41,7 @@ jobs: - uses: pypa/gh-action-pypi-publish@v1.4.2 with: user: __token__ - password: ${{ secrets.TEST_PYPI_TOKEN_DEEPRANKCORE }} + password: ${{ secrets.TEST_PYPI_TOKEN_DEEPRANK2 }} repository_url: https://test.pypi.org/legacy/ upload_pypi: @@ -56,4 +56,4 @@ jobs: - uses: pypa/gh-action-pypi-publish@v1.4.2 with: user: __token__ - password: ${{ secrets.PYPI_TOKEN_DEEPRANKCORE }} \ No newline at end of file + password: ${{ secrets.PYPI_TOKEN_DEEPRANK2 }}