Skip to content

Commit 50987b5

Browse files
authored
Update UploadLastRelease.yml
1 parent 643f8c4 commit 50987b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/UploadLastRelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
wget $(curl -s https://api.github.com/repos/cnr-isti-vclab/pymeshlab/releases/latest | grep browser_download_url | cut -d '"' -f 4)
1616
- name: Upload on PyPi
1717
run: |
18-
sudo apt-get install -y twine
18+
python3 -m pip install twine --upgrade
1919
cd wheels
2020
twine upload * -u __token__ -p ${{ secrets.TWINE_TOKEN }}
2121

0 commit comments

Comments
 (0)