This commit is contained in:
Florian Bezannier
2022-04-05 08:26:22 +02:00
parent 2a81f53830
commit 12dfd91d62
3 changed files with 3 additions and 4 deletions
+2 -2
View File
@@ -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: |
-1
View File
@@ -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
+1 -1
View File
@@ -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 <florian.bezannier@hotmail.fr>"]
license = "GPL-3.0"