From ce01bef4fd344c01495d07e6490bc6b586efd586 Mon Sep 17 00:00:00 2001 From: Behrang Shafei <50267830+bertiqwerty@users.noreply.github.com> Date: Thu, 11 Apr 2024 15:45:36 +0200 Subject: [PATCH] try other commit action --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index f056563..b652128 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -30,4 +30,4 @@ jobs: --outdir dist/ . - name: Publish to PyPI - uses: pypa/gh-action-pypi-publish@master \ No newline at end of file + uses: pypa/gh-action-pypi-publish@v1 \ No newline at end of file