Skip to content

Commit

Permalink
fix: Run build script through pdm
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecann committed Jan 30, 2025
1 parent 7d33f38 commit e324d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Build Release Files
run: |
python build_release.py
pdm run python build_release.py
- name: Create Release
id: create_release
Expand Down

0 comments on commit e324d7c

Please sign in to comment.