Skip to content

Commit

Permalink
moving off abandoned toml editor action (#599)
Browse files Browse the repository at this point in the history
  • Loading branch information
slorello89 committed Mar 26, 2024
1 parent dabd0fc commit 076315f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -142,3 +142,5 @@ tests_sync/

# spelling cruft
*.dic

.idea

0 comments on commit 076315f

Please sign in to comment.