1
0
mirror of https://github.com/darkzoul5/YoutubePlaylistSync.git synced 2026-07-03 12:34:00 +03:00

Update release workflow: remove pip update (redundant)

This commit is contained in:
2025-10-15 11:39:37 +03:00
parent a56e607548
commit c7805ee619
+1 -3
View File
@@ -3,7 +3,7 @@ name: Build Release Packages
on:
push:
#branches:
#- main
#- test
tags:
- "v*.*.*"
@@ -16,7 +16,6 @@ jobs:
- name: Install dependencies
run: |
pip install --upgrade pip
sudo apt update
sudo apt install -y unzip zip curl
@@ -78,7 +77,6 @@ jobs:
- name: Install dependencies
run: |
pip install --upgrade pip
sudo apt update
sudo apt install -y unzip zip curl wget build-essential \
pkg-config libssl-dev zlib1g-dev