We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc0a3e6 commit 6537a03Copy full SHA for 6537a03
.github/workflows/publish.yaml
@@ -13,12 +13,12 @@ jobs:
13
- name: Install Python 3.x dependencies
14
run: |
15
python3 -m pip install --upgrade pip
16
- pip3 install setuptools wheel twine
+ pip3 install setuptools wheel "pkginfo>=1.12.1.2" twine
17
- name: Build metaflow-torchrun package
18
19
python3 setup.py sdist bdist_wheel --universal
20
- name: Publish metaflow-torchrun package
21
uses: pypa/gh-action-pypi-publish@81e9d935c883d0b210363ab89cf05f3894778450 #v1.8.14
22
with:
23
user: __token__
24
- password: ${{ secrets.TWINE_PASSWORD }}
+ password: ${{ secrets.TWINE_PASSWORD }}
0 commit comments