Skip to content

Commit

Permalink
docs: Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzomammana committed Jul 15, 2024
1 parent cfda8b8 commit 1eba206
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,18 @@ git pull sync development
git merge github master
```

Current version (1.2.*) is synced with anomalib tag 0.7.0.
Current version (1.4.*) is synced with anomalib tag 0.7.0.

To publish on pypi, assuming that you have setup authentication properly run:
```bash
poetry publish --build
```

If you are working behind company proxy run instead:
```bash
POETRY_REPOSITORIES_PYPI_URL="https://upload.pypi.org/legacy/" poetry publish -r pypi --build
```


<div align="center">

Expand Down
6 changes: 3 additions & 3 deletions poetry.lock

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

0 comments on commit 1eba206

Please sign in to comment.