From f105f349a3d57b2004693b69676bd61210e31c36 Mon Sep 17 00:00:00 2001 From: Duchesne Sylvain Date: Wed, 28 Feb 2024 17:32:45 +0100 Subject: [PATCH] Add : --- .github/workflows/workflow.yml | 2 +- CHANGELOG.md | 4 ++++ setup.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 0dd0369d..50c72291 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -146,7 +146,7 @@ jobs: needs: [ check-for-functional-changes ] if: needs.check-for-functional-changes.outputs.status == 'success' env: - PYPI_TOKEN_OPENFISCA_BOT ${{ secrets.PYPI_TOKEN_OPENFISCA_BOT }} + PYPI_TOKEN_OPENFISCA_BOT: ${{ secrets.PYPI_TOKEN_OPENFISCA_BOT }} steps: - uses: actions/checkout@v3 with: diff --git a/CHANGELOG.md b/CHANGELOG.md index 29e9a519..d2359d01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +### 3.0.6 [#248](https://github.com/openfisca/openfisca-france-data/pull/248) +* Technical changes +- Correction d'une typo dans la PR précédente + ### 3.0.5 [#247](https://github.com/openfisca/openfisca-france-data/pull/247) * Technical changes - Pour corriger la publication de la librairie sur PyPi, passe à une authentification PyPi via un token diff --git a/setup.py b/setup.py index bc58f4bc..fde2ac00 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name = "OpenFisca-France-Data", - version = "3.0.5", + version = "3.0.6", description = "OpenFisca-France-Data module to work with French survey data", long_description = long_description, long_description_content_type="text/markdown",