We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f91e7f commit cba5448Copy full SHA for cba5448
pgml-sdks/rust/pgml/python/manual-build-deploy.sh
@@ -2,7 +2,10 @@
2
3
echo "Make sure and set the environment variable MATURIN_PYPI_TOKEN to your PyPI token."
4
5
+
6
cd ..
7
+rm -r ../../python/pgml/dist/
8
+mkdir ../../python/pgml/dist/
9
maturin build --release --strip -i python3.8 -i python3.9 -i python3.10 -i python3.11 -o ../../python/pgml/dist
10
cd ../../python/pgml
-maturin upload --repository testpypi --skip-existing dist/*
11
+maturin upload --skip-existing dist/*
0 commit comments