Skip to content

Commit 4af1a47

Browse files
committed
Install packaging
Signed-off-by: Jono Yang <jyang@nexb.com>
1 parent 3ed0c2b commit 4af1a47

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
@@ -37,7 +37,7 @@ jobs:
3737
python-version: ${{ matrix.python-version }}
3838

3939
- name: Install pypa/build and twine
40-
run: python -m pip install --user --upgrade build twine pkginfo
40+
run: python -m pip install --user --upgrade build twine pkginfo packaging
4141

4242
- name: Build sdist
4343
run: python -m build --sdist --outdir dist/
@@ -66,7 +66,7 @@ jobs:
6666
python-version: ${{ matrix.python-version }}
6767

6868
- name: Install pypa/build and twine
69-
run: python -m pip install --user --upgrade build twine pkginfo
69+
run: python -m pip install --user --upgrade build twine pkginfo packaging
7070

7171
- name: Build a binary wheel
7272
run: python -m build --wheel --outdir dist/

0 commit comments

Comments
 (0)