more simple
This commit is contained in:
parent
16c94568eb
commit
dddda8940c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/pypi.yaml
vendored
4
.github/workflows/pypi.yaml
vendored
|
|
@ -1,4 +1,4 @@
|
||||||
name: ytld-sub PyPI Push
|
name: ytld-sub PyPI
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
# Publish `master` as Docker `latest` image.
|
# Publish `master` as Docker `latest` image.
|
||||||
|
|
@ -14,7 +14,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-publish:
|
build-and-publish:
|
||||||
name: Build and publish ytdl-sub
|
name: build-and-publish
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue