Skip to content

Commit 076315f

Browse files
authored
moving off abandoned toml editor action (#599)
1 parent dabd0fc commit 076315f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/pypi-publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
echo "::set-output name=VERSION::$realversion"
2121
2222
- name: Set the version for publishing
23-
uses: ciiiii/toml-editor@1.0.0
23+
uses: sandstromviktor/toml-editor@2.0.0
2424
with:
2525
file: "pyproject.toml"
2626
key: "tool.poetry.version"

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -142,3 +142,5 @@ tests_sync/
142142

143143
# spelling cruft
144144
*.dic
145+
146+
.idea

0 commit comments

Comments
 (0)