Skip to content

Commit 54bc116

Browse files
authored
Update publish.yaml - pin pkginfo take 2
1 parent 6537a03 commit 54bc116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Install Python 3.x dependencies
1414
run: |
1515
python3 -m pip install --upgrade pip
16-
pip3 install setuptools wheel "pkginfo>=1.12.1.2" twine
16+
pip3 install setuptools wheel pkginfo==1.12.1.2 twine
1717
- name: Build metaflow-torchrun package
1818
run: |
1919
python3 setup.py sdist bdist_wheel --universal

0 commit comments

Comments
 (0)