Skip to content

Commit

Permalink
fix: allow empty email strings for accounts
Browse files Browse the repository at this point in the history
* Use Poetry 2.
* Allow empty email strings.
  • Loading branch information
igboyes authored Jan 21, 2025
1 parent 6f5c5fa commit 127ab0c
Show file tree
Hide file tree
Showing 3 changed files with 692 additions and 617 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
virtualenvs-in-project: true
installer-parallel: true
- name: Bump Version
run: poetry version ${{ github.event.release.tag_name }} && poetry lock --no-update
run: poetry version ${{ github.event.release.tag_name }} && poetry lock
- name: Build
run: poetry build
mypy:
Expand Down
Loading

0 comments on commit 127ab0c

Please sign in to comment.