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

This commit is contained in:
gowridurgad 2024-07-09 14:36:40 +05:30
parent 7031d953ca
commit ad4217780d
4 changed files with 81 additions and 64 deletions

View file

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