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 9afe325 commit 128daa8Copy full SHA for 128daa8
tasks.py
@@ -18,7 +18,7 @@
18
19
@task
20
def verify(c, tag=TARGET_TAG):
21
- print('verify integrity: {tag}')
+ print(f'verify integrity: {tag}')
22
23
handler: ReleaseHandler = ReleaseHandler(tag)
24
handler.verify()
0 commit comments