Skip to content

Commit

Permalink
adding keyring dependancy fot hatch
Browse files Browse the repository at this point in the history
  • Loading branch information
mayankchetan committed Oct 9, 2024
1 parent 1c96c43 commit dce15ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ jobs:
- name: Install Hatch
uses: pypa/hatch@install

- name: Install dependencies
run: pip install keyring

- name: Build package
run: hatch build
Expand Down

0 comments on commit dce15ea

Please sign in to comment.