Skip to content

Commit 29646ad

Browse files
Do we need to upgrade pkginfo ?
1 parent 44d69e6 commit 29646ad

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
@@ -17,7 +17,7 @@ jobs:
1717
cache: "pip"
1818
- name: Install pypa/build
1919
run: >-
20-
python3 -m pip install --user --upgrade build twine pkginfo poetry
20+
python3 -m pip install --user --upgrade build twine poetry
2121
- name: Build a binary wheel and a source tarball
2222
run: python3 -m build
2323
- name: Check the distribution files with `twine`

0 commit comments

Comments
 (0)