We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80e7cd6 commit 47ed7f7Copy full SHA for 47ed7f7
.github/scripts/check_prerelease_dependencies.py
@@ -6,7 +6,7 @@
6
toml_file = sys.argv[1]
7
8
# read toml file
9
- with open(toml_path, "rb") as file:
+ with open(toml_file, "rb") as file:
10
toml_data = tomllib.load(file)
11
12
# see if we're releasing an rc
0 commit comments