Skip to content

Commit 3393c95

Browse files
authored
Python 3.10 update [DEVINFRA-769] (#1157)
* removed .coveragerc from deploy * Release v4.3.2
1 parent 78140f7 commit 3393c95

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

python/deploy.py

-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ def run_bdist(deploy_dir):
7373

7474
shutil.copytree(os.path.join(repo_dir, ".git"), ".git")
7575

76-
shutil.copy(os.path.join(script_dir, ".coveragerc"), "module/.coveragerc")
7776
shutil.copy(os.path.join(script_dir, ".gitignore"), "module/.gitignore")
7877
shutil.copy(os.path.join(script_dir, ".flake8"), "module/.flake8")
7978

python/sbp/RELEASE-VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.3.1-alpha
1+
4.3.2-alpha

0 commit comments

Comments
 (0)