From 2dc25418c43b2f2272fff1e329a47a799d55fe08 Mon Sep 17 00:00:00 2001 From: Tsuyoshi Hombashi Date: Sun, 7 Apr 2024 09:56:29 +0900 Subject: [PATCH] Fix CI --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9f28509..3e68e38 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,9 +12,9 @@ jobs: container: image: ghcr.io/thombashi/python-ci:3.11 - environment: - name: testpypi - url: https://pypi.org/p/cleanpy + # environment: + # name: testpypi + # url: https://pypi.org/p/cleanpy steps: - uses: actions/checkout@v4