From 692b4e6aa2e4774d3060c365ce4410286143ffee Mon Sep 17 00:00:00 2001 From: cafitac Date: Mon, 27 Apr 2026 11:51:07 +0900 Subject: [PATCH] fix: use PYPI_API_TOKEN for main publish workflow --- .github/workflows/publish.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 09119ff..5f98789 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -5,15 +5,14 @@ on: branches: - main paths: - - 'src/**' - - 'bin/**' - - 'package.json' - - 'pyproject.toml' + - "src/**" + - "bin/**" + - "package.json" + - "pyproject.toml" workflow_dispatch: permissions: contents: write - id-token: write jobs: test: