From a81ed14b1efafdd98dc71d00b20bf45029badb85 Mon Sep 17 00:00:00 2001 From: Tsuyoshi Hombashi Date: Sun, 7 Apr 2024 02:52:33 +0900 Subject: [PATCH] Fix CI --- .github/workflows/ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 296aacb..eaa2e48 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,9 +13,10 @@ jobs: image: ghcr.io/thombashi/python-ci:3.11 environment: - name: testpypi - permissions: - id-token: write + name: testpypi + url: https://pypi.org/p/cleanpy + # permissions: + # id-token: write steps: - uses: actions/checkout@v4