mirror of https://github.com/yt-dlp/yt-dlp
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
509 B
YAML
23 lines
509 B
YAML
config-variables:
|
|
- KEEP_CACHE_WARM
|
|
- PUSH_VERSION_COMMIT
|
|
- UPDATE_TO_VERIFICATION
|
|
- PYPI_PROJECT
|
|
- PYPI_SUFFIX
|
|
- NIGHTLY_PYPI_PROJECT
|
|
- NIGHTLY_PYPI_SUFFIX
|
|
- NIGHTLY_ARCHIVE_REPO
|
|
- BUILD_NIGHTLY
|
|
- MASTER_PYPI_PROJECT
|
|
- MASTER_PYPI_SUFFIX
|
|
- MASTER_ARCHIVE_REPO
|
|
- BUILD_MASTER
|
|
- ISSUE_LOCKDOWN
|
|
- SANITIZE_COMMENT
|
|
|
|
paths:
|
|
.github/workflows/build.yml:
|
|
ignore:
|
|
# SC1090 "Can't follow non-constant source": ignore when using `source` to activate venv
|
|
- '.+SC1090.+'
|