Skip to content

Commit 719e825

Browse files
Upgrade pip before deployment
1 parent cadd98e commit 719e825

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/upload-pypi.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/bin/bash
22

3+
python3 -m pip install -U pip
34
python3 -m pip install -U setuptools
45
python3 -m pip install -U twine
56

0 commit comments

Comments
 (0)