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 a757c98 commit 654658cCopy full SHA for 654658c
PUBLISHING.md
@@ -17,9 +17,12 @@ python-client-build.yml and copy it into the dist directory.
17
```
18
# This is only required for distribution
19
rm -r dist python/_convex/_convex.*.so
20
+poetry install
21
poetry run maturin build --out dist
22
# test publish
23
MATURIN_REPOSITORY=testpypi maturin upload dist/*
24
# Now you can download thei convex package from test pypi
25
python -m pip install --index-url https://test.pypi.org/simple/ convex
26
27
+
28
+Navigate https://pypi.org/project/convex/ and double check things look good.
0 commit comments