From cb69e3bceb19501e991d413ee4d6651f5c885cf9 Mon Sep 17 00:00:00 2001 From: Niklas Mohrin Date: Mon, 4 Nov 2024 20:44:09 +0100 Subject: [PATCH] test release with my name --- .github/workflows/release.yml | 2 ++ pyproject.toml | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) 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"}]