This commit is contained in:
Jesse Bannon 2023-02-22 22:48:49 -08:00
parent a1d2981b63
commit e0e6efbdf0

View file

@ -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