vesoft-inc / nebula-python

Client API of Nebula Graph in Python
194 stars 76 forks source link

test built package publishing to testpypi repo and verify it's installable for py36 #308

Closed wey-gu closed 9 months ago

wey-gu commented 9 months ago

as titled.

wey-gu commented 9 months ago

Screenshot 2024-01-10 at 10 56 20

/home/w/.pyenv/versions/3.6.8/bin/pip install --index-url https://test.pypi.org/simple/ nebula3-python-test
Looking in indexes: https://test.pypi.org/simple/
Collecting nebula3-python-test
  Downloading https://test-files.pythonhosted.org/packages/54/08/f73446dd6a3cea6a81ef3699c7a8dc8d52a8c700a96b13092ecb0f9f3a96/nebula3_python_test-3.4.0-py3-none-any.whl (326 kB)
     |################################| 326 kB 892 kB/s
Requirement already satisfied: pytz>=2021.1 in ./.pyenv/versions/3.6.8/lib/python3.6/site-packages (from nebula3-python-test) (2023.3.post1)
Requirement already satisfied: six>=1.16.0 in ./.pyenv/versions/3.6.8/lib/python3.6/site-packages (from nebula3-python-test) (1.16.0)
Requirement already satisfied: httplib2>=0.20.0 in ./.pyenv/versions/3.6.8/lib/python3.6/site-packages (from nebula3-python-test) (0.22.0)
Requirement already satisfied: future>=0.18.0 in ./.pyenv/versions/3.6.8/lib/python3.6/site-packages (from nebula3-python-test) (0.18.3)
Requirement already satisfied: pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2 in ./.pyenv/versions/3.6.8/lib/python3.6/site-packages (from httplib2>=0.20.0->nebula3-python-test) (3.1.1)
Installing collected packages: nebula3-python-test
Successfully installed nebula3-python-test-3.4.0
❯ pip3 install --index-url https://test.pypi.org/simple/ nebula3-python-test
Looking in indexes: https://test.pypi.org/simple/
Collecting nebula3-python-test
  Using cached https://test-files.pythonhosted.org/packages/54/08/f73446dd6a3cea6a81ef3699c7a8dc8d52a8c700a96b13092ecb0f9f3a96/nebula3_python_test-3.4.0-py3-none-any.whl (326 kB)
Requirement already satisfied: six>=1.16.0 in /usr/local/lib/python3.8/dist-packages (from nebula3-python-test) (1.16.0)
Requirement already satisfied: pytz>=2021.1 in ./.local/lib/python3.8/site-packages (from nebula3-python-test) (2022.1)
Requirement already satisfied: httplib2>=0.20.0 in /usr/local/lib/python3.8/dist-packages (from nebula3-python-test) (0.20.4)
Requirement already satisfied: future>=0.18.0 in ./.local/lib/python3.8/site-packages (from nebula3-python-test) (0.18.2)
Requirement already satisfied: pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2; python_version > "3.0" in /usr/local/lib/python3.8/dist-packages (from httplib2>=0.20.0->nebula3-python-test) (3.0.9)
Installing collected packages: nebula3-python-test
Successfully installed nebula3-python-test-3.4.0
❯ which pip3
/usr/bin/pip3
❯ pip3 --version
pip 20.0.2 from /usr/lib/python3/dist-packages/pip (python 3.8)
wey-gu commented 9 months ago

done and #309 to document this :)