diff --git a/.github/workflows/test-integ.yaml b/.github/workflows/test-integ.yaml index a77e3567..6236e93a 100644 --- a/.github/workflows/test-integ.yaml +++ b/.github/workflows/test-integ.yaml @@ -2,7 +2,7 @@ name: test integ on: [push] jobs: - run-pytest: + run-tests: runs-on: ubuntu-latest env: GROUNDLIGHT_API_TOKEN: ${{ secrets.GROUNDLIGHT_API_TOKEN }} diff --git a/pyproject.toml b/pyproject.toml index f5effbd4..2efdb59f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "groundlight" -version = "0.1.2" +version = "0.1.3" description = "Call the Groundlight API from python" authors = ["Groundlight AI "] packages = [