From e0e6efbdf01f1f6a74af8b7f349e589fb8fd4087 Mon Sep 17 00:00:00 2001 From: Jesse Bannon Date: Wed, 22 Feb 2023 22:48:49 -0800 Subject: [PATCH] eh --- .github/workflows/release.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index dc91e363..badb70b6 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -58,15 +58,16 @@ jobs: needs: - version runs-on: ubuntu-latest - container: quay.io/pypa/manylinux_2_24_x86_64 + container: quay.io/pypa/manylinux_2_28_x86_64 steps: - uses: actions/checkout@v3 - name: Write version to init file run: | echo '${{ needs.version.outputs.init_contents }}' > src/ytdl_sub/__init__.py - - uses: actions/setup-python@v4 - with: - python-version: '3.10' + - name: Install Python + cat /etc/os-release + sudo dnf update + run: | - name: Install and Package run: | python --version