From b884e6215b0b8d6d7e4ba1b867f639103a240274 Mon Sep 17 00:00:00 2001 From: Karthik Vegesna Date: Tue, 5 Mar 2024 14:40:05 -0800 Subject: [PATCH] Update ci.yml change master to release/v1 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 911941b83..11c01c1d9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,7 +83,7 @@ jobs: run: | python setup.py sdist bdist_wheel - name: Publish to PyPI - uses: pypa/gh-action-pypi-publish@master + uses: pypa/gh-action-pypi-publish@release/v1 with: user: meganrm password: ${{ secrets.PYPI_TOKEN }}