Skip to content

Commit

Permalink
fix: missing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Aviortheking committed Sep 25, 2024
1 parent 82699dc commit 0fa2a21
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,8 @@ jobs:
- name: Install PDM
uses: pdm-project/setup-pdm@v4

- name: Install the project dependencies
run: pdm install -d

- name: Build & Publish package to PyPI
run: pdm publish

0 comments on commit 0fa2a21

Please sign in to comment.