File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 1616 strategy :
1717 fail-fast : false
1818 matrix :
19- PYTHON_VERSION : ["3.8 "]
19+ PYTHON_VERSION : ["3.10 "]
2020 timeout-minutes : 10
2121 permissions :
2222 contents : read
3737 architecture : " x64"
3838 - run : python -m pip install --upgrade pip setuptools wheel twine
3939 - name : Build and publish python-language-server
40- env :
41- TWINE_USERNAME : __token__
42- TWINE_PASSWORD : ${{ secrets.PYPI_PYLS_TOKEN }}
4340 run : |
4441 python setup.py bdist_wheel --universal
4542 python setup.py sdist
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ dependencies = [
2323dynamic = [" version" ]
2424
2525[project .urls ]
26- Homepage = " https://github.com/python-lsp /python-lsp-server"
26+ Homepage = " https://github.com/deepnote /python-lsp-server"
2727
2828[project .optional-dependencies ]
2929all = [
You can’t perform that action at this time.
0 commit comments