Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

publish to pypi #28

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

publish to pypi #28

wants to merge 2 commits into from

Conversation

arushi-08
Copy link

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
  4. Use twine upload dist/* to upload your package and enter your credentials for the account you registered on the real PyPI.
  5. Install package from PyPI using python3 -m pip install [your-package].

Reference: https://packaging.python.org/en/latest/tutorials/packaging-projects/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Publish to PyPI
1 participant