diff --git a/README.md b/README.md index 00457c0..5515ccf 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Have the following setup in `project.toml` ```toml [[tool.uv.index]] -name = "egra-gitea" +name = "opj-pypi" url = "https://git.egplusww.jp/api/packages/PyPI/pypi/simple/" publish-url = "https://git.egplusww.jp/api/packages/PyPI/pypi" explicit = true @@ -60,15 +60,15 @@ explicit = true ```sh uv build -uv publish --index egra-gitea --token +uv publish --index opj-pypi --token ``` -## Test package +## Use package We must set the full index URL here because we run with "--no-project" ```sh -uv run --with corelibs --index egra-gitea=https://git.egplusww.jp/api/packages/PyPI/pypi/simple/ --no-project -- python -c "import corelibs" +uv run --with corelibs --index opj-pypi=https://git.egplusww.jp/api/packages/PyPI/pypi/simple/ --no-project -- python -c "import corelibs" ``` ### Python tests @@ -101,7 +101,7 @@ uv run test-run/