diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2460042..f135719 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,8 +11,8 @@ jobs: steps: - uses: actions/checkout@v2 - name: Set up Python - uses: actions/setup-python@v2 - with: + uses: actions/setup-python@v2 + with: python-version: '3.10' - name: Install dependencies run: | diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9db1cdb..816d5fc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,6 @@ on: # Allows you to run this workflow manually from the Actions tab workflow_dispatch: - jobs: test: runs-on: ubuntu-18.04 diff --git a/pyproject.toml b/pyproject.toml index 6c294e2..dcbe0f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "psa-car-controller" -version = "3.0.0rc0" +version = "0.0.0" description = "This is a python program to control a psa car with connected_car v4 api." authors = ["Florian Bezannier "] license = "GPL-3.0"