Skip to content

Commit 06253fc

Browse files
committed
New release workflow
1 parent 7563f5f commit 06253fc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

scripts/release.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11

2-
import os
2+
import argparse
33
import logging
4+
import os
45
import time
6+
57
import requests
6-
import argparse
78
from OBAS_utils.release_utils import closeRelease
89

910
logging.basicConfig(encoding="utf-8", level=logging.INFO)

0 commit comments

Comments
 (0)