Added pypi instructions#14
Added pypi instructions#14tzach merged 2 commits intoscylladb:masterfrom dgarcia360:pypi-instructions
Conversation
|
@dgarcia360 what the best practice in PyPy version? |
|
@tzach To release a new version on PyPi, the version number needs to be increased. The package manager won't accept uploading a package with an existing version number. I prefer to release a new version every time I decide to add a new release tag on GitHub. By doing so, the project does not burn a version number if the changes merged are too minimal, or if multiple PR should be combined / tested together before launching a new release. Right now, the deployment to PyPi is done manually, but it could be automated. Once we complete the Python Driver automation project, we could work on the automation to deploy this package directly to PyPi when the repository is tagged. Please, let me know if this is interesting to open a new issue. |
Closes #10