diff --git a/.github/workflows/release.yaml b/.github/workflows/pre-release.yaml similarity index 95% rename from .github/workflows/release.yaml rename to .github/workflows/pre-release.yaml index ebb0ee2..498c52f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/pre-release.yaml @@ -45,4 +45,3 @@ jobs: uses: pypa/gh-action-pypi-publish@release/v1 with: repository-url: https://test.pypi.org/legacy/ - package_name: python-navitia-client diff --git a/pyproject.toml b/pyproject.toml index 8fd18ab..a4fbece 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools", "wheel"] build-backend = "setuptools.build_meta" [project] -name = "navitia-client" +name = "python-navitia-client" authors = [ {name = "Jonathan Perron", email = "jonathan@perron.bzh"}, ] @@ -21,7 +21,7 @@ dependencies = [ ] [project.urls] -Source = "https://github.com/jonperron/navitia-client" +Source = "https://github.com/jonperron/python-navitia-client" [project.readme] file = "README.md"