Skip to content

Commit f1e5160

Browse files
committed
CAP-ADD: pypi invoke done
1 parent d717b04 commit f1e5160

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

src/gh/diffCheck/diffCheck.egg-info/PKG-INFO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Metadata-Version: 2.1
22
Name: diffCheck
3-
Version: 0.0.17
3+
Version: 0.0.23
44
Summary: DiffCheck is a package to check the differences between two timber structures
55
Home-page: https://github.com/diffCheckOrg/diffCheck
66
Author: Andrea Settimi, Damien Gilliard, Eleni Skevaki, Marirena Kladeftira, Julien Gamerro, Stefana Parascho, and Yves Weinand

src/gh/diffCheck/diffCheck.egg-info/SOURCES.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ diffCheck/df_joint_detector.py
66
diffCheck/df_transformations.py
77
diffCheck/df_util.py
88
diffCheck/diffCheckBindings.cp39-win_amd64.pyd
9-
diffCheck/newmodule.py
109
diffCheck.egg-info/PKG-INFO
1110
diffCheck.egg-info/SOURCES.txt
1211
diffCheck.egg-info/dependency_links.txt

tasks.py

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,19 @@ def ghcomponentize(c):
2828
{DIR_IN_GHUSER_COMPONENTS} \
2929
{DIR_OUT_GHUER_COMPONENTS}")
3030

31+
@task
32+
def pypireize(c):
33+
path_pypireize = "./invokes/pypireize.py"
34+
c.run(f"python {path_pypireize} --setup-path {PATH_SETUP}")
35+
36+
37+
3138

3239
@task
3340
def flagerize(c, package_name="ACPy"):
3441
path_flagerize = "./invokes/flagerize.py"
3542
c.run(f"python {path_flagerize} --package {package_name} --from-manifest")
3643

37-
@task
38-
def pypireize(c):
39-
path_pypireize = "./invokes/pypireize.py"
40-
c.run(f"python {path_pypireize} --setup-path ./py/pypi/setup.py")
4144

4245
@task
4346
def yakerize(c):

0 commit comments

Comments
 (0)