From 076315f11f0c05797328b2e922398d8d838cdbb4 Mon Sep 17 00:00:00 2001 From: Steve Lorello <42971704+slorello89@users.noreply.github.com> Date: Tue, 26 Mar 2024 14:21:45 -0400 Subject: [PATCH] moving off abandoned toml editor action (#599) --- .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