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