From 1712eaecdab86b8eca072a4807f727b03a077c3e Mon Sep 17 00:00:00 2001 From: slorello89 Date: Tue, 26 Mar 2024 14:06:23 -0400 Subject: [PATCH] moving off abandoned toml editor action --- .github/workflows/pypi-publish.yaml | 2 +- .gitignore | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pypi-publish.yaml b/.github/workflows/pypi-publish.yaml index 5b523b6d..2ec033b2 100644 --- a/.github/workflows/pypi-publish.yaml +++ b/.github/workflows/pypi-publish.yaml @@ -20,7 +20,7 @@ jobs: echo "::set-output name=VERSION::$realversion" - name: Set the version for publishing - uses: ciiiii/toml-editor@1.0.0 + uses: sandstromviktor/toml-editor@2.0.0 with: file: "pyproject.toml" key: "tool.poetry.version" diff --git a/.gitignore b/.gitignore index ed8ba988..8f21f6a8 100644 --- a/.gitignore +++ b/.gitignore @@ -142,3 +142,5 @@ tests_sync/ # spelling cruft *.dic + +.idea \ No newline at end of file