From 15ca15b425467bedcf6e31d9e3a80af1ab12f6c0 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Sat, 25 May 2024 16:32:16 +0200 Subject: [PATCH] fix: incompatible toml-editor version in release workflow (2) (#771) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aa50515a..955c14b4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -76,7 +76,7 @@ jobs: run: PYPI_TOKEN="${{ secrets.PYPI_TOKEN }}" make publish - name: Set development project version - uses: ciiiii/toml-editor@1.0.0 + uses: sandstromviktor/toml-editor@2.0.0 with: file: pyproject.toml key: tool.poetry.version