diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 82fe66ebb..11726eb98 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,3 +24,5 @@ jobs: python -m build - name: Publish package distributions to PyPI uses: pypa/gh-action-pypi-publish@release/v1 + with: + repository-url: https://test.pypi.org/legacy/ diff --git a/pyproject.toml b/pyproject.toml index ff38fcee8..ad6efca24 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,8 @@ [tool.poetry] name = "evap" description = "EvaP" -authors = [ "EvaP Developers" ] -version = "2024.11.0" +authors = [ "Niklas Mohrin" ] +version = "2024.10.0" readme = "README.md" packages = [{include = "evap"}]