diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 3a079df..65a5fc3 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -19,7 +19,7 @@ jobs: python-version: '3.x' - name: Install dependencies - run: pip install build setuptools toml + run: pip install build setuptools toml wheel - name: Build package #run: python -m build diff --git a/pyproject.toml b/pyproject.toml index 7e4b0d4..deaa3e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "maloja" pypi_name = "malojaserver" -version = "2.14.2" +version = "2.14.3" description = "Self-hosted music scrobble database" readme = "./README.md" requires-python = ">=3.6"