Skip to content

Commit

Permalink
test release with my name
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasmohrin committed Nov 4, 2024
1 parent 501bd68 commit cb69e3b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"}]

Expand Down

0 comments on commit cb69e3b

Please sign in to comment.