File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ def test_parallel():
150150
151151
152152@task
153- @needs ('_prepare_build' , ' setuptools.command.install' )
153+ @needs ('setuptools.command.install' )
154154def install ():
155155 """Installs development version and dependencies"""
156156 try :
@@ -163,7 +163,7 @@ def install():
163163
164164
165165@task
166- @needs ('_prepare_build' , ' setuptools.command.register' )
166+ @needs ('setuptools.command.register' )
167167def register ():
168168 """Register current version to Python package index"""
169169 pass
@@ -189,8 +189,7 @@ def sdist():
189189
190190
191191@task
192- @needs ('_windows' , 'clean' , '_prepare_build' ,
193- 'setuptools.command.bdist_wininst' )
192+ @needs ('_windows' , 'clean' , 'setuptools.command.bdist_wininst' )
194193def wininst ():
195194 """Creates Windows installer with bundled dependencies"""
196195 _after_distribution ()
You can’t perform that action at this time.
0 commit comments