Skip to content

Commit d544000

Browse files
committed
Make sure to upgrade deps (need a recent packaging)
1 parent 50a6756 commit d544000

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ jobs:
1414
with:
1515
cache: "pip"
1616
- name: Install pypa/build
17+
# We need a recent version of `packaging`, otherwise we encounter this bug:
18+
# https://github.com/pypa/twine/issues/1216
1719
run: >-
18-
python3 -m pip install --user build twine
20+
python3 -m pip install --user build twine packaging>=25.0
1921
- name: Build a binary wheel and a source tarball
2022
run: python3 -m build
2123
- name: Check the distribution files with `twine`

0 commit comments

Comments
 (0)