Skip to content

Commit 6537a03

Browse files
authored
Update publish.yaml with pkginfo pinned
1 parent fc0a3e6 commit 6537a03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
- name: Install Python 3.x dependencies
1414
run: |
1515
python3 -m pip install --upgrade pip
16-
pip3 install setuptools wheel 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
2020
- name: Publish metaflow-torchrun package
2121
uses: pypa/gh-action-pypi-publish@81e9d935c883d0b210363ab89cf05f3894778450 #v1.8.14
2222
with:
2323
user: __token__
24-
password: ${{ secrets.TWINE_PASSWORD }}
24+
password: ${{ secrets.TWINE_PASSWORD }}

0 commit comments

Comments
 (0)