arushi-08 opened a new pull request, #28:
URL: https://github.com/apache/incubator-resilientdb-python-sdk/pull/28

   Resolve #18
   
   Changes made:
   added pyproject.toml with build backend and metadata details
   
   Next steps:
   1. Register an account on https://pypi.org/ and create package.
   2. If the package name chosen is different from "resilientdb-sdk", then 
change name in line 7 of pyproject.toml.
   3. Run `python3 -m build`
   5. Use twine upload dist/* to upload your package and enter your credentials 
for the account you registered on the real PyPI.
   6. Install package from PyPI using python3 -m pip install [your-package].
   
   Reference: 
https://packaging.python.org/en/latest/tutorials/packaging-projects/


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to