Fix for parsing version number from TOML 1.0.0 pyproject.toml file

This commit is contained in:
gowridurgad 2024-07-09 14:01:15 +05:30
parent 4fbb01e1bc
commit 61eb5abf90
3 changed files with 80 additions and 64 deletions

View file

@ -32,7 +32,7 @@
"@actions/http-client": "^2.2.0",
"@actions/io": "^1.0.2",
"@actions/tool-cache": "^2.0.1",
"@iarna/toml": "^2.2.5",
"@iarna/toml": "^3.0.0",
"semver": "^7.5.2"
},
"devDependencies": {