diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eaa2e48..9f28509 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,21 +15,21 @@ jobs: environment: name: testpypi url: https://pypi.org/p/cleanpy - # permissions: - # id-token: write steps: - uses: actions/checkout@v4 - run: make build - - name: Publish package to TestPyPI - uses: pypa/gh-action-pypi-publish@release/v1 - with: - password: ${{ secrets.TEST_PYPI_API_TOKEN }} - repository-url: https://test.pypi.org/legacy/ - skip-existing: true - verbose: true + # - name: Publish package to TestPyPI + # uses: pypa/gh-action-pypi-publish@release/v1 + # with: + # password: ${{ secrets.TEST_PYPI_API_TOKEN }} + # repository-url: https://test.pypi.org/legacy/ + # + # This step will fail with the following error: + # ERROR HTTPError: 400 Bad Request from https://test.pypi.org/legacy/ + # The name 'cleanpy' is too similar to an existing project. See https://test.pypi.org/help/#project-name for more information. lint: runs-on: ubuntu-latest