Feature 10296 Pip Standardization
[osm/PLA.git] / devops-stages / stage-build.sh
index 9c2b16b..84e4819 100755 (executable)
@@ -12,4 +12,6 @@
 # implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-make
+rm -rf dist deb_dist osm*.tar.gz *.egg-info .eggs
+
+tox -e dist
\ No newline at end of file