Skip to content

Commit f1ed3ce

Browse files
committed
chore: update workflow
1 parent 61a32aa commit f1ed3ce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build_musllinux_arm64_wheels.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,9 @@ jobs:
348348
- name: Setup Python and install twine for PyPI upload
349349
run: |
350350
echo "=== Setting up Python for PyPI upload ==="
351+
# Install pip if not available
352+
sudo apt-get update
353+
sudo apt-get install -y python3-pip
351354
python3 --version
352355
python3 -m pip --version
353356
echo "=== Installing twine ==="

0 commit comments

Comments
 (0)