You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by ri...@apache.org on 2022/10/25 15:25:28 UTC

[phoenix-queryserver] branch master updated: PHOENIX-6820 Update python-phoenixdb/RELEASING.rst (#111)

This is an automated email from the ASF dual-hosted git repository.

richardantal pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix-queryserver.git


The following commit(s) were added to refs/heads/master by this push:
     new b3af8ea  PHOENIX-6820 Update python-phoenixdb/RELEASING.rst (#111)
b3af8ea is described below

commit b3af8ea39a065672c7f194c773be05094b729458
Author: richardantal <ri...@apache.org>
AuthorDate: Tue Oct 25 17:25:22 2022 +0200

    PHOENIX-6820 Update python-phoenixdb/RELEASING.rst (#111)
---
 python-phoenixdb/RELEASING.rst | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/python-phoenixdb/RELEASING.rst b/python-phoenixdb/RELEASING.rst
index 400efb8..fb133f1 100644
--- a/python-phoenixdb/RELEASING.rst
+++ b/python-phoenixdb/RELEASING.rst
@@ -60,7 +60,10 @@ as an email template.
 Publishing
 ----------
 
-#. If the vote passes, upload the package to PyPI (using the instructions linked above)
+#. If the vote passes, upload the package to PyPI (using the instructions linked above, and some extra notes here)
+    * Make sure to run the ``python setup.py sdist bdist_wheel`` with python 2 and 3 as well.
+    * To verify it you should have two ``.whl`` files under ``dist/`` folder
+    * ``pip install --index-url https://test.pypi.org/simple/ phoenixdb`` might not work for python2 because the test repo tends to miss the older versions of dependencies required for Python2.
 
 #. Bump the package version to <major>.<minor>.<patch>.dev0 in ``setup.py``, and commit the change