Skip to content

Commit

Permalink
ci: try to fix pip release
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO authored Jan 27, 2025
1 parent 32dc3ae commit 8fd30ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ jobs:
- name: Publish Pip Packages
id: pip
run: |
pip install --upgrade twine
pip install --upgrade twine packaging
python -m twine upload \
assets/MAA-pip-pkgs/*.whl \
--username __token__\
Expand Down

0 comments on commit 8fd30ec

Please sign in to comment.