diff --git a/.github/workflows/pypi-publish.yaml b/.github/workflows/pypi-publish.yaml index 5b523b6..2ec033b 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 ed8ba98..8f21f6a 100644 --- a/.gitignore +++ b/.gitignore @@ -142,3 +142,5 @@ tests_sync/ # spelling cruft *.dic + +.idea \ No newline at end of file