diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3245431..b571cbc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,6 +48,7 @@ jobs: uses: codecov/codecov-action@v4 with: flags: ${{ matrix.python-version }} + token: ${{ secrets.CODECOV_TOKEN }} release: name: Release on PyPI runs-on: ubuntu-latest