Skip to content

Commit cba5448

Browse files
authored
manual build update (#764)
1 parent 6f91e7f commit cba5448

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pgml-sdks/rust/pgml/python/manual-build-deploy.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

33
echo "Make sure and set the environment variable MATURIN_PYPI_TOKEN to your PyPI token."
44

5+
56
cd ..
7+
rm -r ../../python/pgml/dist/
8+
mkdir ../../python/pgml/dist/
69
maturin build --release --strip -i python3.8 -i python3.9 -i python3.10 -i python3.11 -o ../../python/pgml/dist
710
cd ../../python/pgml
8-
maturin upload --repository testpypi --skip-existing dist/*
11+
maturin upload --skip-existing dist/*

0 commit comments

Comments
 (0)