Skip to content

Commit

Permalink
fix: build python
Browse files Browse the repository at this point in the history
  • Loading branch information
zamitto committed Dec 23, 2024
1 parent fbe3276 commit 1bd3201
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 @@ -33,7 +33,7 @@ jobs:
run: pip install -r requirements.txt

- name: Build with cx_Freeze
run: python torrent-client/setup.py build
run: python python_rpc/setup.py build

- name: Build Linux
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit 1bd3201

Please sign in to comment.