eh
This commit is contained in:
parent
a1d2981b63
commit
e0e6efbdf0
1 changed files with 5 additions and 4 deletions
9
.github/workflows/release.yaml
vendored
9
.github/workflows/release.yaml
vendored
|
|
@ -58,15 +58,16 @@ jobs:
|
||||||
needs:
|
needs:
|
||||||
- version
|
- version
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: quay.io/pypa/manylinux_2_24_x86_64
|
container: quay.io/pypa/manylinux_2_28_x86_64
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Write version to init file
|
- name: Write version to init file
|
||||||
run: |
|
run: |
|
||||||
echo '${{ needs.version.outputs.init_contents }}' > src/ytdl_sub/__init__.py
|
echo '${{ needs.version.outputs.init_contents }}' > src/ytdl_sub/__init__.py
|
||||||
- uses: actions/setup-python@v4
|
- name: Install Python
|
||||||
with:
|
cat /etc/os-release
|
||||||
python-version: '3.10'
|
sudo dnf update
|
||||||
|
run: |
|
||||||
- name: Install and Package
|
- name: Install and Package
|
||||||
run: |
|
run: |
|
||||||
python --version
|
python --version
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue