From 46c1721a84800d714e1a181b10dd453a9f6fe72f Mon Sep 17 00:00:00 2001 From: Asankilp Date: Mon, 27 Jan 2025 19:52:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DPyPI=E5=8F=91=E5=B8=83?= =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E6=B5=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pypi-publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pypi-publish.yml b/.github/workflows/pypi-publish.yml index 95c3629b..ad3557ee 100755 --- a/.github/workflows/pypi-publish.yml +++ b/.github/workflows/pypi-publish.yml @@ -13,9 +13,9 @@ jobs: pypi-publish: name: Upload release to PyPI runs-on: ubuntu-latest - enviroment: release - permissions: - id-token: write + environment: release + permissions: + id-token: write steps: - uses: actions/checkout@master - name: Set up Python