Skip to content

Commit 654658c

Browse files
nipunn1313Convex, Inc.
authored and
Convex, Inc.
committed
Try only uploading the whl files without a name. (#32321)
Since v4 of upload-artifact does not allow uploading to the same name - adjust instead. GitOrigin-RevId: 428f52e9c747f2fe20810563eb892dc3af4daa32
1 parent a757c98 commit 654658c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

PUBLISHING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,12 @@ python-client-build.yml and copy it into the dist directory.
1717
```
1818
# This is only required for distribution
1919
rm -r dist python/_convex/_convex.*.so
20+
poetry install
2021
poetry run maturin build --out dist
2122
# test publish
2223
MATURIN_REPOSITORY=testpypi maturin upload dist/*
2324
# Now you can download thei convex package from test pypi
2425
python -m pip install --index-url https://test.pypi.org/simple/ convex
2526
```
27+
28+
Navigate https://pypi.org/project/convex/ and double check things look good.

0 commit comments

Comments
 (0)