Skip to content

Commit

Permalink
Add :
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvainipp committed Feb 28, 2024
1 parent d98dfc7 commit f105f34
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f105f34

Please sign in to comment.