We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fbe31b commit e419e7dCopy full SHA for e419e7d
.github/workflows/merge.yaml
@@ -171,6 +171,11 @@ jobs:
171
path: dist
172
key: pip-release-ubuntu-22.04-np1.24.2-py3.9.13-${{ hashFiles('setup.py') }}-${{ github.sha }}
173
174
+ - name: Check package format
175
+ run: |
176
+ source venv/bin/activate
177
+ twine check dist/*
178
+
179
- name: Upload package to PyPi
180
run: |
181
source venv/bin/activate
setup.py
@@ -108,7 +108,7 @@
108
"dev": dev_requirements,
109
"ci": [
110
"build >=0.10.0, <0.11.0",
111
- "twine >=5.1.1, <6.0",
+ "twine >=6.0, <7.0",
112
"wheel >=0.40.0, <0.41.0",
113
],
114
"tracker": ["OpenFisca-Tracker >=0.4.0, <0.5.0"],
0 commit comments