File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-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
21+ permissions :
22+ id-token : write
2123 steps :
2224 - uses : actions/cache@v4
2325 with :
3335 architecture : " x64"
3436 - run : python -m pip install --upgrade pip setuptools wheel twine
3537 - name : Build and publish python-language-server
36- env :
37- TWINE_USERNAME : __token__
38- TWINE_PASSWORD : ${{ secrets.PYPI_PYLS_TOKEN }}
3938 run : |
4039 python setup.py bdist_wheel --universal
4140 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