oops
This commit is contained in:
parent
e0e6efbdf0
commit
c84df16aa2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
|
@ -65,9 +65,9 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
echo '${{ needs.version.outputs.init_contents }}' > src/ytdl_sub/__init__.py
|
echo '${{ needs.version.outputs.init_contents }}' > src/ytdl_sub/__init__.py
|
||||||
- name: Install Python
|
- name: Install Python
|
||||||
|
run: |
|
||||||
cat /etc/os-release
|
cat /etc/os-release
|
||||||
sudo dnf update
|
sudo dnf update
|
||||||
run: |
|
|
||||||
- name: Install and Package
|
- name: Install and Package
|
||||||
run: |
|
run: |
|
||||||
python --version
|
python --version
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue