Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
runs-on: ubuntu-22.04
environment:
name: release
url: "https://pypi.org/project/antares-cli/"
url: "https://pypi.org/project/cisco-antares-cli/"
permissions:
contents: write
id-token: write
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Antares CLI requires:
Install the released CLI from PyPI:

```bash
uv tool install antares-cli
uv tool install cisco-antares-cli
```

Install from a source checkout instead:
Expand All @@ -45,7 +45,7 @@ uv tool install .
Or install a downloaded wheel:

```bash
uv tool install ./dist/antares_cli-*.whl
uv tool install ./dist/cisco_antares_cli-*.whl
```

For development:
Expand All @@ -54,7 +54,7 @@ For development:
uv sync --group dev
```

Use `uv tool upgrade antares-cli` to upgrade an existing PyPI installation.
Use `uv tool upgrade cisco-antares-cli` to upgrade an existing PyPI installation.

## Serve and configure a model

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["hatchling==1.31.0"]
build-backend = "hatchling.build"

[project]
name = "antares-cli"
name = "cisco-antares-cli"
dynamic = ["version"]
description = "Model-assisted file-level vulnerability localization for source repositories"
readme = "README.md"
Expand Down
86 changes: 43 additions & 43 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading