Feature 10296 Pip Standardization
[osm/N2VC.git] / devops-stages / stage-build.sh
index 8f7f155..06184b6 100755 (executable)
@@ -13,5 +13,6 @@
 #     limitations under the License.
 
 #!/bin/sh
-rm -rf deb_dist
-tox -e build --recreate
+rm -rf dist deb_dist N2VC-*.tar.gz N2VC.egg-info .eggs .tox
+
+tox -e dist
\ No newline at end of file