From 6278db691365c80920a52c239a01c2e3dfb373b5 Mon Sep 17 00:00:00 2001 From: Prasad Anjangi Date: Fri, 4 Oct 2019 11:30:24 +0800 Subject: [PATCH] refactor(build): update the readme for python publishing --- BUILD.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BUILD.md b/BUILD.md index 191976a2..d2291b49 100644 --- a/BUILD.md +++ b/BUILD.md @@ -79,14 +79,14 @@ Follow the steps below to publish the fjagepy python package to [PyPI](https://p 3. Create a source distribution: - `python src/main/python/setup.py sdist` + `python gateways/python/setup.py sdist` 4. Create a wheel for the project: - `python src/main/python/setup.py bdist_wheel` + `python gateways/python/setup.py bdist_wheel` 5. Create an account on [PyPI](https://pypi.python.org/pypi) 6. Once you have an account, you can upload your distribution to PyPI using twine: - `twine upload src/main/python/dist/*` + `twine upload gateways/python/dist/*`