Update naming for package on PyPI
Some checks failed
Release workflow / single_test (3.13.3) (push) Successful in 10s
Gitea Actions Demo / build_test (3.13.3) (push) Successful in 9s
Release workflow / Build wheels for PyPI (push) Failing after 2s
Release workflow / Upload release to PyPI (push) Has been skipped
Gitea Actions Demo / release-test (push) Successful in 2s

Add workflow for publishing
This commit is contained in:
Jakob Lass
2025-04-11 15:32:10 +02:00
parent d92c8f1ea9
commit c5f395b846
5 changed files with 79 additions and 3 deletions

View File

@ -7,7 +7,7 @@ packages = ["AMBER"]
package-dir = {"" = "src"}
[project]
name = "AMBER"
name = "AMBER-ds4ms"
version = "0.0.2"
dependencies = [
"numpy>=2",
@ -43,7 +43,6 @@ classifiers = [
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Operating System :: OS Independent",
""
]
[project.urls]