From fdc06d394c66c5717e2d2955ccddbbb2099ad3bc Mon Sep 17 00:00:00 2001 From: Michal Franczel Date: Sun, 5 Oct 2025 19:33:50 +0200 Subject: [PATCH 1/2] ci: Publish to pypi --- .github/workflows/release.yml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c02c5c37..760995f4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,20 +5,21 @@ on: types: - created - jobs: build: name: Linux Py${{ matrix.PYTHON_VERSION }} runs-on: ubuntu-latest env: - CI: 'true' - OS: 'linux' + CI: "true" + OS: "linux" PYTHON_VERSION: ${{ matrix.PYTHON_VERSION }} strategy: fail-fast: false matrix: - PYTHON_VERSION: ['3.8'] + PYTHON_VERSION: ["3.10"] timeout-minutes: 10 + permissions: + id-token: write steps: - uses: actions/cache@v1 with: @@ -31,12 +32,9 @@ jobs: - uses: actions/setup-python@v2 with: python-version: ${{ matrix.PYTHON_VERSION }} - architecture: 'x64' + architecture: "x64" - run: python -m pip install --upgrade pip setuptools wheel twine - name: Build and publish python-language-server - env: - TWINE_USERNAME: __token__ - TWINE_PASSWORD: ${{ secrets.PYPI_PYLS_TOKEN }} run: | python setup.py bdist_wheel --universal python setup.py sdist From 2e83b07f906a2aa49b4066c106bdc9cffa0d4e93 Mon Sep 17 00:00:00 2001 From: Michal Franczel Date: Sun, 5 Oct 2025 19:39:27 +0200 Subject: [PATCH 2/2] fix: update homepage url --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f9c6a521..3adadcf0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ dynamic = ["version"] [project.urls] -Homepage = "https://github.com/python-lsp/python-lsp-server" +Homepage = "https://github.com/deepnote/python-lsp-server" [project.optional-dependencies] all = [