Skip to content

Commit

Permalink
Merge pull request #127 from openfisca/tax-benefit-ci
Browse files Browse the repository at this point in the history
Add GitHub actions for validation & deployment.
  • Loading branch information
eraviart authored Jan 30, 2022
2 parents b0a39a7 + d583fb1 commit 121df3c
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
19 changes: 19 additions & 0 deletions .github/workflows/tax-benefit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Validate, integrate & deploy to tax-benefit.org

on:
- push
- workflow_dispatch

jobs:
validate_yaml:
uses: tax-benefit/actions/.github/workflows/[email protected]
with:
parameters_path: "openfisca_tunisia/parameters"
secrets:
token: ${{ secrets.CONTROL_CENTER_TOKEN }}
deploy:
uses: tax-benefit/actions/.github/workflows/[email protected]
with:
python_package: "openfisca_tunisia"
secrets:
token: ${{ secrets.CONTROL_CENTER_TOKEN }}
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

### 0.33.2 - [#126](https://github.com/openfisca/openfisca-tunisia/pull/126)

* Ajoute la validation des paramètres YAML ainsi que l'intégration à la CI tax-benefit.org.

### 0.33.1 - [#117](https://github.com/openfisca/openfisca-tunisia/pull/117)

* Mets à jour la dépendance à pytest
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

setup(
name = 'OpenFisca-Tunisia',
version = '0.33.1',
version = '0.33.2',
author = 'OpenFisca Team',
author_email = '[email protected]',
classifiers = [classifier for classifier in classifiers.split('\n') if classifier],
Expand Down

0 comments on commit 121df3c

Please sign in to comment.