Skip to content

Commit 3974774

Browse files
committed
Install pkginfo in pypi-release.yml
Signed-off-by: Jono Yang <jyang@nexb.com>
1 parent 9727174 commit 3974774

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pypi-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
- name: Set up Python
3535
uses: actions/setup-python@v5
3636

37-
- name: Install cibuildwheel, twine, and packaging
38-
run: python -m pip install cibuildwheel twine packaging
37+
- name: Install cibuildwheel, twine, pkginfo, and packaging
38+
run: python -m pip install cibuildwheel twine pkginfo packaging
3939

4040
- name: Build wheels
4141
env:

0 commit comments

Comments
 (0)