From 4395e82590ad33c3b62c3ef3b4f37e8862ebaa23 Mon Sep 17 00:00:00 2001 From: Asankilp Date: Thu, 11 Jul 2024 11:19:07 +0000 Subject: [PATCH] =?UTF-8?q?actions=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pypi-publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pypi-publish.yml b/.github/workflows/pypi-publish.yml index 35511f6..f411f3d 100644 --- a/.github/workflows/pypi-publish.yml +++ b/.github/workflows/pypi-publish.yml @@ -33,4 +33,5 @@ jobs: - name: Publish distribution to PyPI uses: pypa/gh-action-pypi-publish@release/v1 with: + username: __token__ password: ${{ secrets.PYPI_API_TOKEN }}