Skip to content

Commit

Permalink
refactor(build): update the readme for python publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
prasadtiru committed Oct 4, 2019
1 parent ec316fa commit 6278db6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions BUILD.md
Expand Up @@ -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/*`

0 comments on commit 6278db6

Please sign in to comment.