Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openfisca-france-dotations-locales
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
leximpact
Simulateur dotations aux communes
openfisca-france-dotations-locales
Commits
24a46c32
Commit
24a46c32
authored
11 months ago
by
sandcha
Browse files
Options
Downloads
Patches
Plain Diff
Versionne le fix de tagging en CI en 3.0.2
parent
44914c28
No related branches found
No related tags found
1 merge request
!35
Corrige le tagging pour débloquer le déploiement sur PyPi
Pipeline
#16519
passed
11 months ago
Stage: install
Stage: test
Stage: build
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+2
-2
2 additions, 2 deletions
CHANGELOG.md
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
3 additions
and
3 deletions
CHANGELOG.md
+
2
−
2
View file @
24a46c32
# Changelog
### [!35](https://git.leximpact.dev/leximpact/simulateur-dotations-communes/openfisca-france-dotations-locales/-/merge_requests/35)
###
3.0.2
[!35](https://git.leximpact.dev/leximpact/simulateur-dotations-communes/openfisca-france-dotations-locales/-/merge_requests/35)
*
Correction d'un crash technique.
*
Périodes concernées : non applicable.
*
Zones impactées :
`.gitlab-ci.yml`
*
Détails :
*
Corrige le déploiement sur PyPi assuré par le job
`deploy`
en CI
*
En CI, renomme le job
`deploy`
en
`deploy-wheel`
et le précède d'un nouveau
`release-and-tag`
*
En CI, renomme le job
`deploy`
en
`deploy-wheel`
et le précède d'un nouveau
`release-and-tag`
ne nécessitant plus de token annuel
*
Déplace les scripts de CI de
`.ci/`
à
`.gitlab/ci/`
### 3.0.1 [!34](https://git.leximpact.dev/leximpact/simulateur-dotations-communes/openfisca-france-dotations-locales/-/merge_requests/34)
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
24a46c32
...
...
@@ -4,7 +4,7 @@ from setuptools import setup, find_packages
setup
(
name
=
"
OpenFisca-France-Dotations-Locales
"
,
version
=
"
3.0.
1
"
,
version
=
"
3.0.
2
"
,
author
=
"
LexImpact Team
"
,
author_email
=
"
leximpact@an.fr
"
,
classifiers
=
[
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment