From c1337418f9d28c1d36beb31aefbcdd675d4895a2 Mon Sep 17 00:00:00 2001 From: northernSage Date: Thu, 5 Jan 2023 12:17:47 -0300 Subject: [PATCH] change sunset master branch of release action to stable v1 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c7371d3..0d69634 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -63,7 +63,7 @@ jobs: run: | python setup.py sdist bdist_wheel - name: Publish package to PyPI - uses: pypa/gh-action-pypi-publish@master + uses: pypa/gh-action-pypi-publish@release/v1 with: user: __token__ password: ${{ secrets.pypi_token }}