We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 501bd68 commit cb69e3bCopy full SHA for cb69e3b
.github/workflows/release.yml
@@ -24,3 +24,5 @@ jobs:
24
python -m build
25
- name: Publish package distributions to PyPI
26
uses: pypa/gh-action-pypi-publish@release/v1
27
+ with:
28
+ repository-url: https://test.pypi.org/legacy/
pyproject.toml
@@ -1,8 +1,8 @@
1
[tool.poetry]
2
name = "evap"
3
description = "EvaP"
4
-authors = [ "EvaP Developers" ]
5
-version = "2024.11.0"
+authors = [ "Niklas Mohrin" ]
+version = "2024.10.0"
6
readme = "README.md"
7
packages = [{include = "evap"}]
8
0 commit comments