Skip to content

Commit e7f3733

Browse files
committed
Merge remote-tracking branch 'origin/michal/pla-4678-bump-gha-versions-in-python-lsp-server-fork' into michal/pla-4678-bump-gha-versions-in-python-lsp-server-fork
2 parents e869313 + 81e5717 commit e7f3733

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
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
@@ -37,9 +37,6 @@ jobs:
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

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)