diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 770388a..5fb998a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,3 +34,4 @@ jobs: - uses: codecov/codecov-action@v4 with: file: lcov.info + token: ${{ secrets.CODECOV_TOKEN }} diff --git a/Project.toml b/Project.toml index b862536..b4ead5f 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "DSDP" uuid = "2714ae6b-e930-5b4e-9c21-d0bacf577842" repo = "https://github.com/jump-dev/DSDP.jl.git" -version = "0.2.0" +version = "0.2.1" [deps] DSDP_jll = "1065e140-e56c-5613-be8b-7480bf7138df"