Feature 10296 Pip Standardization
[osm/LCM.git] / devops-stages / stage-build.sh
index 2db54db..47c2efc 100755 (executable)
@@ -14,7 +14,6 @@
 # under the License.
 ##
 
-# For the moment it is not needed any post-intall action, so tox instead of Makefile is used
-
-make clean package
+rm -rf dist deb_dist osm*.tar.gz *.egg-info .eggs
 
+tox -e dist
\ No newline at end of file