Skip to content

Commit 96ec2d8

Browse files
Remove pkginfo from workflow
1 parent 688942e commit 96ec2d8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@ jobs:
3030
- name: List and check wheels
3131
shell: bash
3232
run: |
33-
# Pin transitive dependency on pkginfo until https://github.com/pypa/twine/issues/1070 is
34-
# fixed
35-
pip install twine pkginfo>=1.10.0
33+
pip install twine
3634
ls -lh dist/
3735
twine check dist/*
3836

0 commit comments

Comments
 (0)