Skip to content

Commit

Permalink
Add missing pkginfo dependency (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonagestam committed Aug 28, 2022
1 parent 7a11848 commit 126ff1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
key: ${{ runner.os }}-pip-${{ hashFiles(inputs.requirements_file) }}
restore-keys: ${{ runner.os }}-pip
- name: Install dependencies
run: python3 -m pip install --upgrade build
run: python3 -m pip install --upgrade build pkginfo
- name: Build
run: python3 -m build --sdist --wheel .
- name: Verify release version
Expand Down

0 comments on commit 126ff1f

Please sign in to comment.