Skip to content

Commit

Permalink
Upgraded pkginfo>=1.10.0 (pypa/packaging-problems#735)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhjp01 committed Jul 12, 2024
1 parent a51be27 commit 08d5a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install build and twine
run: pip install build twine
run: pip install build pkginfo>=1.10.0 twine
- name: Run build
run: python -m build
- name: Run twine check
Expand Down

0 comments on commit 08d5a24

Please sign in to comment.