diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index badb70b6..c569ebca 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -65,9 +65,9 @@ jobs: run: | echo '${{ needs.version.outputs.init_contents }}' > src/ytdl_sub/__init__.py - name: Install Python + run: | cat /etc/os-release sudo dnf update - run: | - name: Install and Package run: | python --version