Skip to content
This repository has been archived by the owner on Jan 5, 2025. It is now read-only.

Commit

Permalink
chore: Update PyPI URL in GitHub workflow and fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
slashtechno committed May 18, 2024
1 parent c2f6883 commit 5cb4278
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/p/<package-name> # Replace <package-name> with your PyPI project name
url: https://pypi.org/p/llmail # Replace <package-name> with your PyPI project name
permissions:
id-token: write # IMPORTANT: mandatory for trusted publishing
steps:
Expand Down
2 changes: 1 addition & 1 deletion llmail/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ def fetch_and_process_emails(
model=args.openai_model,
)

logger.info(f"Current number of email threads: {len(email_threads.keys())}")
logger.info (f"Current number of email threads: {len(email_threads.keys())}")


# Function to check if an email has been read
Expand Down

0 comments on commit 5cb4278

Please sign in to comment.