From 45a096ded47532582afebb1484f16714842109f8 Mon Sep 17 00:00:00 2001 From: Andrew Duberstein Date: Sat, 4 Jan 2020 18:26:54 -0800 Subject: [PATCH] Update publish.md --- bindings/pydeck/PUBLISH.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/pydeck/PUBLISH.md b/bindings/pydeck/PUBLISH.md index 0e8da80da91..baf2d9aebf0 100644 --- a/bindings/pydeck/PUBLISH.md +++ b/bindings/pydeck/PUBLISH.md @@ -42,7 +42,7 @@ where `{{version}}` is your semantic version. 7) If everything appears to be working, publish to pypi. ``` -twine upload dist/ +twine upload dist/* ``` 8) Verify again the pydeck installed from the main pypi works in the environment above.