Skip to content

Commit cb69e3b

Browse files
committed
test release with my name
1 parent 501bd68 commit cb69e3b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,5 @@ jobs:
2424
python -m build
2525
- name: Publish package distributions to PyPI
2626
uses: pypa/gh-action-pypi-publish@release/v1
27+
with:
28+
repository-url: https://test.pypi.org/legacy/

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[tool.poetry]
22
name = "evap"
33
description = "EvaP"
4-
authors = [ "EvaP Developers" ]
5-
version = "2024.11.0"
4+
authors = [ "Niklas Mohrin" ]
5+
version = "2024.10.0"
66
readme = "README.md"
77
packages = [{include = "evap"}]
88

0 commit comments

Comments
 (0)