Skip to content

Commit e419e7d

Browse files
author
benoit-cty
committed
Bump twine version to >= 6
1 parent 5fbe31b commit e419e7d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)