Skip to content

Commit 61666a1

Browse files
committed
Pin twine version to >=6.2.0 in CI workflow
The old version had issues with the License metadata
1 parent 5d2d123 commit 61666a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: >-
2020
python3 -m pip install --user
2121
build
22-
twine
22+
twine>=6.2.0
2323
- name: Build a binary wheel and a source tarball
2424
run: python3 -m build
2525
- name: Check the distribution files with `twine`

0 commit comments

Comments
 (0)