This commit is contained in:
krateng 2021-12-31 05:26:09 +01:00
parent cd8e0ff90a
commit f806fb8ed2
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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"