From 9a8d45a9bdee300f6e4694ee43d9e6b56f0bb38c Mon Sep 17 00:00:00 2001 From: nymiro Date: Thu, 23 Oct 2025 18:25:26 +1300 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E5=88=B0=20GitHub=20Actions=20=E5=B7=A5?= =?UTF-8?q?=E4=BD=9C=E6=B5=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index dabf59b..e481a30 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -8,6 +8,7 @@ on: jobs: build-and-publish: runs-on: ubuntu-latest + environment: pypi permissions: contents: read id-token: write