diff --git a/.gitignore b/.gitignore index 11d68a4..92c4868 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ env .gitlab-ci-venv __pycache__ .tox +dist .coverage .pytest_cache /tests/data/output/* diff --git a/DEVELOP.md b/DEVELOP.md index 4d35f32..e688d54 100644 --- a/DEVELOP.md +++ b/DEVELOP.md @@ -109,6 +109,13 @@ pipx install gitlabci-local gitlabci-local ``` +# Publish on pyPI + +``` + +``` + + # Réferences - how to install gitlab runner locally: diff --git a/pyproject.toml b/pyproject.toml index fd4fc1c..1a05619 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "odoo-openupgrade-wizard" -version = "0.0.2" +version = "0.1.0" description = "CLI tool to manage Odoo Major Upgrades" authors = [ "GRAP, Groupement Régional Alimentaire de Proximité",