Skip to content

Commit 47927e9

Browse files
authored
Bump twine version to >= 6 (#1328)
2 parents 5fbe31b + 92867fc commit 47927e9

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

.github/workflows/merge.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,11 @@ jobs:
171171
path: dist
172172
key: pip-release-ubuntu-22.04-np1.24.2-py3.9.13-${{ hashFiles('setup.py') }}-${{ github.sha }}
173173

174+
- name: Check package format
175+
run: |
176+
source venv/bin/activate
177+
twine check dist/*
178+
174179
- name: Upload package to PyPi
175180
run: |
176181
source venv/bin/activate

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
# Changelog
22

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+
39
### 43.3.6 [#1289](https://github.com/openfisca/openfisca-core/pull/1289)
410

5-
#### Documentation
11+
#### Technical changes
612

713
- Change Github Action matrix test to support Python 3.12.
814

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070

7171
setup(
7272
name="OpenFisca-Core",
73-
version="43.3.6",
73+
version="43.3.7",
7474
author="OpenFisca Team",
7575
author_email="[email protected]",
7676
classifiers=[
@@ -108,7 +108,7 @@
108108
"dev": dev_requirements,
109109
"ci": [
110110
"build >=0.10.0, <0.11.0",
111-
"twine >=5.1.1, <6.0",
111+
"twine >=6.0, <7.0",
112112
"wheel >=0.40.0, <0.41.0",
113113
],
114114
"tracker": ["OpenFisca-Tracker >=0.4.0, <0.5.0"],

0 commit comments

Comments
 (0)