From 06fd5b1b1ea5a48ec9d82ed0e8f4c5d6e34ab442 Mon Sep 17 00:00:00 2001 From: Santi Adavani Date: Mon, 19 Jun 2023 17:39:23 -0700 Subject: [PATCH] manual build update --- pgml-sdks/rust/pgml/python/manual-build-deploy.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pgml-sdks/rust/pgml/python/manual-build-deploy.sh b/pgml-sdks/rust/pgml/python/manual-build-deploy.sh index 05ea4c42e..bc9478f55 100755 --- a/pgml-sdks/rust/pgml/python/manual-build-deploy.sh +++ b/pgml-sdks/rust/pgml/python/manual-build-deploy.sh @@ -2,7 +2,10 @@ echo "Make sure and set the environment variable MATURIN_PYPI_TOKEN to your PyPI token." + cd .. +rm -r ../../python/pgml/dist/ +mkdir ../../python/pgml/dist/ maturin build --release --strip -i python3.8 -i python3.9 -i python3.10 -i python3.11 -o ../../python/pgml/dist cd ../../python/pgml -maturin upload --repository testpypi --skip-existing dist/* +maturin upload --skip-existing dist/*