From 148ba8cb8ad5d11bc36568958b0030cb10da7d73 Mon Sep 17 00:00:00 2001 From: kindxiaoming Date: Mon, 29 Apr 2024 02:26:29 -0400 Subject: [PATCH] update --- .github/workflows/publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 510a8314..4804fc0d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,8 +1,8 @@ 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 }} - + oidc: false + password: ${{ secrets.PYPI_API_TOKEN }} # gets ignored if oidc is true + on: release: types: [created]