From 33acc70b60d21d551cda57b0f2f2c27216409c4c Mon Sep 17 00:00:00 2001 From: tsai Date: Fri, 1 Mar 2024 09:49:25 +0800 Subject: [PATCH] use another token --- .github/workflows/pub.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pub.yml b/.github/workflows/pub.yml index a233411c0..2a4711c9d 100644 --- a/.github/workflows/pub.yml +++ b/.github/workflows/pub.yml @@ -40,5 +40,5 @@ jobs: uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29 with: user: __token__ - password: ${{ secrets.PYPI_API_TOKEN }} + password: ${{ secrets.PYPI_API_TOKEN_ONEDIFF_X }} packages_dir: ./onediff_diffusers_extensions/dist