From 347594bb7598c9b98374caab97b785d42bc1cf36 Mon Sep 17 00:00:00 2001 From: kindxiaoming Date: Mon, 29 Apr 2024 02:24:00 -0400 Subject: [PATCH] update --- .github/workflows/publish.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c02dfd98..510a8314 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,4 +1,7 @@ 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: