Skip to content

Commit

Permalink
ci(uploadrelease): upgrade setuptools
Browse files Browse the repository at this point in the history
Signed-off-by: iromli <[email protected]>
  • Loading branch information
iromli committed Dec 8, 2023
1 parent 71e0418 commit 4d2de7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/uploadrelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: |
sudo apt-get update || brew install jq
sudo apt-get install build-essential || echo "Maybe im on macor OS"
pip3 install shiv wheel
pip3 install -U shiv wheel setuptools
cd pygluu-compose
make zipapp
Expand Down

0 comments on commit 4d2de7c

Please sign in to comment.