Skip to content

Commit

Permalink
tweek gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
valayDave committed Apr 30, 2024
1 parent 88bf15e commit 646452e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: |
python3 setup.py sdist bdist_wheel --universal
- name: Publish metaflow-deepspeed package
uses: pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf #v1.8.11
uses: pypa/gh-action-pypi-publish@master
with:
user: __token__
password: ${{ secrets.TWINE_PASSWORD }}
password: ${{ secrets.twine_password }}

0 comments on commit 646452e

Please sign in to comment.