Skip to content

Commit

Permalink
Fix release, again...
Browse files Browse the repository at this point in the history
  • Loading branch information
adosikas committed Nov 25, 2023
1 parent 9ceb6c9 commit 78b7a01
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 @@ -16,7 +16,7 @@ jobs:
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
pip3 install setuptools wheel twine
pip3 install setuptools build wheel twine
- name: Package Windows helpers
run: |
zip -r windows_helpers.zip windows_helpers
Expand Down

0 comments on commit 78b7a01

Please sign in to comment.