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.
packaging
1 parent 50a6756 commit d544000Copy full SHA for d544000
.github/workflows/main.yml
@@ -14,8 +14,10 @@ jobs:
14
with:
15
cache: "pip"
16
- 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
19
run: >-
- python3 -m pip install --user build twine
20
+ python3 -m pip install --user build twine packaging>=25.0
21
- name: Build a binary wheel and a source tarball
22
run: python3 -m build
23
- name: Check the distribution files with `twine`
0 commit comments