Skip to content

Commit ae38dc3

Browse files
committed
fix: bump pkginfo version to 1.12.0
Signed-off-by: zongz <[email protected]>
1 parent 9767071 commit ae38dc3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/python-test.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,11 @@ jobs:
109109
with:
110110
name: wheels
111111
path: python/dist
112+
- name: Install dependencies
113+
run: pip install pkginfo==1.12.0
112114
- name: Publish to PyPI
113115
uses: pypa/gh-action-pypi-publish@release/v1
114116
with:
115117
password: ${{ secrets.PYPI_API_TOKEN }}
116118
skip-existing: true
117-
packages-dir: python/dist
119+
packages-dir: python/dist

0 commit comments

Comments
 (0)