diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 677330e..09494e2 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -1,4 +1,4 @@ -name: OpenFisca France +name: OpenFisca France Pension on: push: @@ -290,7 +290,7 @@ jobs: path: conda-build-tmp - name: Install with conda run: | - conda install -c ./conda-build-tmp/noarch/openfisca-france-pension-dev-${{ env.PACKAGE_VERSION }}-py_0.tar.bz2 openfisca-france-dev + conda install -c ./conda-build-tmp/noarch/openfisca-france-pension-dev-${{ env.PACKAGE_VERSION }}-py_0.tar.bz2 openfisca-france-pension-dev - name: openfisca test run: openfisca test --country-package openfisca_france_pension tests diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ff69dc..de69082 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ # Changelog -## 0.0.1 \ No newline at end of file +## 0.0.2 [5](https://github.com/openfisca/openfisca-france-pension/pull/5) + +* Amélioration technique. +* Détails : + - Configuration de l'intégration continue + + +## 0.0.1 + +First Draft diff --git a/Makefile b/Makefile index 0dda7bf..7f6da95 100644 --- a/Makefile +++ b/Makefile @@ -11,15 +11,12 @@ deps: pip install --upgrade pip twine wheel install: deps - @# Install OpenFisca-Extension-Template for development. - @# `make install` installs the editable version of OpenFisca-France. + @# `make install` installs the editable version of OpenFisca-France-Pension. @# This allows contributors to test as they code. pip install --editable .[dev] --upgrade build: clean deps - @# Install OpenFisca-Extension-Template for deployment and publishing. @# `make build` allows us to be be sure tests are run against the packaged version - @# of OpenFisca-Extension-Template, the same we put in the hands of users and reusers. python setup.py bdist_wheel find dist -name "*.whl" -exec pip install --upgrade {}[dev] \; @@ -37,4 +34,4 @@ check-style: flake8 `git ls-files | grep "\.py$$" | grep -v openfisca_france_pension/variables/` test: clean check-syntax-errors check-style - openfisca test --country-package openfisca_france_pension openfisca_france_pension/tests + openfisca test --country-package openfisca_france_pension tests diff --git a/setup.py b/setup.py index 5d65889..002c8ff 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name = "OpenFisca-France-Pension", python_requires='>=3.9', - version = "0.0.1", + version = "0.0.2", author = "OpenFisca Team", author_email = "contact@openfisca.org", classifiers=[