From 646452e7c22589c2e4fae176eaae3eca3ac1567d Mon Sep 17 00:00:00 2001 From: Valay Dave Date: Tue, 30 Apr 2024 14:25:12 -0700 Subject: [PATCH] tweek gh action --- .github/workflows/publish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 0a0308a..9879a78 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -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 }} \ No newline at end of file + password: ${{ secrets.twine_password }} \ No newline at end of file