Skip to content

Commit 81e5717

Browse files
authored
Merge branch 'develop' into michal/pla-4678-bump-gha-versions-in-python-lsp-server-fork
2 parents dadbad7 + 6e8669b commit 81e5717

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,10 @@ jobs:
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:
@@ -33,9 +35,6 @@ jobs:
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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies = [
2323
dynamic = ["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]
2929
all = [

0 commit comments

Comments
 (0)