We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dabd0fc commit 076315fCopy full SHA for 076315f
.github/workflows/pypi-publish.yaml
@@ -20,7 +20,7 @@ jobs:
20
echo "::set-output name=VERSION::$realversion"
21
22
- name: Set the version for publishing
23
- uses: ciiiii/toml-editor@1.0.0
+ uses: sandstromviktor/toml-editor@2.0.0
24
with:
25
file: "pyproject.toml"
26
key: "tool.poetry.version"
.gitignore
@@ -142,3 +142,5 @@ tests_sync/
142
143
# spelling cruft
144
*.dic
145
+
146
+.idea
0 commit comments