From 3a83bc0eaf62aa819559d047106e0ac5fbeed04b Mon Sep 17 00:00:00 2001 From: Asankilp Date: Wed, 11 Jun 2025 19:06:12 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20=E6=8D=A2=E5=9B=9Etoken?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pypi-publish.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pypi-publish.yml b/.github/workflows/pypi-publish.yml index 2e48732..4aba114 100644 --- a/.github/workflows/pypi-publish.yml +++ b/.github/workflows/pypi-publish.yml @@ -34,4 +34,6 @@ jobs: --outdir dist/ . - name: Publish distribution to PyPI - uses: pypa/gh-action-pypi-publish@release/v1 \ No newline at end of file + uses: pypa/gh-action-pypi-publish@release/v1 + with: + password: ${{ secrets.PYPI_API_TOKEN }} \ No newline at end of file