From 2623f5465fe1ff481cd0b0b055f48d5698a5f511 Mon Sep 17 00:00:00 2001 From: billsioros Date: Tue, 11 Jul 2023 09:22:57 +0300 Subject: [PATCH] chore: bump `python-semantic-release` --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 5164251..3de33aa 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 0 - - uses: relekang/python-semantic-release@v7.33.5 + - uses: relekang/python-semantic-release@v7.34.6 with: github_token: ${{ secrets.GITHUB_TOKEN }} pypi_token: ${{ secrets.PYPI_TOKEN }}