Skip to content

Commit

Permalink
Bump to 1.0.0, update twine flags
Browse files Browse the repository at this point in the history
  • Loading branch information
multimeric committed Nov 19, 2024
1 parent a75e83e commit f8c67fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,5 +119,5 @@ jobs:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.TWINE_TOKEN }}
run:
twine upload core/dist/*
twine upload plugin/dist/*
twine upload --skip-existing --non-interactive core/dist/*
twine upload --skip-existing --non-interactive plugin/dist/*
2 changes: 1 addition & 1 deletion core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ line_length = 79

[project]
name = "lls_core"
version = "0.2.7"
version = "1.0.0"
authors = [
{name = "Pradeep Rajasekhar"},
{name = "Lachlan Whitehead"},
Expand Down

0 comments on commit f8c67fd

Please sign in to comment.