From cf5d3e07fede07952f9c75a7acf0c243dd85aca1 Mon Sep 17 00:00:00 2001 From: Tenzin Date: Tue, 2 Apr 2024 11:39:22 +0530 Subject: [PATCH] fix: upgrade pyyaml --- .github/workflows/python-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index d416d07..4acbc69 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -41,7 +41,7 @@ jobs: fetch-depth: 0 - name: Python Semantic Release - uses: relekang/python-semantic-release@master + uses: python-semantic-release/python-semantic-release@v7.34.6 with: github_token: ${{ secrets.GITHUB_TOKEN }} pypi_token: ${{ secrets.PYPI_TOKEN }}