Skip to content

Commit

Permalink
ci: updating workflow
Browse files Browse the repository at this point in the history
ci: updating workflow
  • Loading branch information
thompsonson authored Mar 1, 2024
2 parents 7a0d9e0 + 21299c2 commit 5fbbb1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, no need to create it
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }} # This token should be created in PyPI and set in your repo's secrets
run: |
echo "versioning and publishing the package"
poetry config pypi-token.pypi $PYPI_TOKEN
poetry run semantic-release version
poetry run semantic-release publish
2 changes: 1 addition & 1 deletion det/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""A framework to analyse the consistency of repeated requests to an LLM or LLM-based Agent"""

__version__ = "0.0.0"
__version__ = "0.2.0"

0 comments on commit 5fbbb1f

Please sign in to comment.