Skip to content

Commit

Permalink
PPF-696: one more level of confirmation
Browse files Browse the repository at this point in the history
  • Loading branch information
chinapandaman committed Jul 13, 2024
1 parent 5e13738 commit a5fd056
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/create_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@
if not token:
token = getpass("Enter GitHub Token: ")
else:
input("Press Enter to continue...")
cont = input("Enter Yes to continue: ")
if cont != "Yes":
sys.exit("Aborted.")

url = "https://api.github.com/repos/chinapandaman/PyPDFForm/releases"
headers = {
Expand Down

0 comments on commit a5fd056

Please sign in to comment.