Skip to content

Commit

Permalink
Fix publish new release on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rbonghi committed Dec 18, 2024
1 parent 9a54e33 commit 45dbf28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
python-version: "3.x"
- name: Install dependencies
run: |
sudo -H python -m pip install --upgrade pip
# sudo -H python -m pip install --upgrade pip
sudo -H pip install setuptools wheel twine
- name: Build and publish
env:
Expand Down

0 comments on commit 45dbf28

Please sign in to comment.