Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
benjello committed Jun 13, 2024
1 parent 9e6d21b commit 268b475
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: OpenFisca France
name: OpenFisca France Pension

on:
push:
Expand Down Expand Up @@ -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

Expand Down
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# Changelog

## 0.0.1
## 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
7 changes: 2 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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] \;

Expand All @@ -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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]",
classifiers=[
Expand Down

0 comments on commit 268b475

Please sign in to comment.