File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -171,6 +171,11 @@ jobs:
171
171
path : dist
172
172
key : pip-release-ubuntu-22.04-np1.24.2-py3.9.13-${{ hashFiles('setup.py') }}-${{ github.sha }}
173
173
174
+ - name : Check package format
175
+ run : |
176
+ source venv/bin/activate
177
+ twine check dist/*
178
+
174
179
- name : Upload package to PyPi
175
180
run : |
176
181
source venv/bin/activate
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ### 43.3.7 [ #1328 ] ( https://github.com/openfisca/openfisca-core/pull/1328 )
4
+
5
+ #### Technical changes
6
+
7
+ - Bump the Twine version to fix the PyPi upload issue.
8
+
3
9
### 43.3.6 [ #1289 ] ( https://github.com/openfisca/openfisca-core/pull/1289 )
4
10
5
- #### Documentation
11
+ #### Technical changes
6
12
7
13
- Change Github Action matrix test to support Python 3.12.
8
14
Original file line number Diff line number Diff line change 70
70
71
71
setup (
72
72
name = "OpenFisca-Core" ,
73
- version = "43.3.6 " ,
73
+ version = "43.3.7 " ,
74
74
author = "OpenFisca Team" ,
75
75
76
76
classifiers = [
108
108
"dev" : dev_requirements ,
109
109
"ci" : [
110
110
"build >=0.10.0, <0.11.0" ,
111
- "twine >=5.1.1 , <6 .0" ,
111
+ "twine >=6.0 , <7 .0" ,
112
112
"wheel >=0.40.0, <0.41.0" ,
113
113
],
114
114
"tracker" : ["OpenFisca-Tracker >=0.4.0, <0.5.0" ],
You can’t perform that action at this time.
0 commit comments