From 6fe8b2d418b307d00f780339583e693e2b32edd3 Mon Sep 17 00:00:00 2001 From: kindxiaoming Date: Mon, 29 Apr 2024 02:39:06 -0400 Subject: [PATCH] update --- .github/workflows/publish.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 36de075e..4e71ccde 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,7 +1,4 @@ name: Upload Python Package to PyPI when a Release is Created -uses: pypa/gh-action-pypi-publish@release/v1 - with: - password: ${{ secrets.PYPI_API_TOKEN }} on: release: