]> jfr.im git - yt-dlp.git/blame - .github/workflows/release-master.yml
[test:download] Raise on network errors (#10283)
[yt-dlp.git] / .github / workflows / release-master.yml
CommitLineData
1d03633c 1name: Release (master)
2on:
3 push:
4 branches:
5 - master
6 paths:
7 - "yt_dlp/**.py"
8 - "!yt_dlp/version.py"
a1b77842 9 - "bundle/*.py"
775cde82 10 - "pyproject.toml"
867f637b 11 - "Makefile"
12 - ".github/workflows/build.yml"
1d03633c 13concurrency:
14 group: release-master
1d03633c 15permissions:
16 contents: read
17
18jobs:
19 release:
20 if: vars.BUILD_MASTER != ''
21 uses: ./.github/workflows/release.yml
22 with:
23 prerelease: true
24 source: master
25 permissions:
26 contents: write
46c1b7cf 27 packages: write # For package cache
28 actions: write # For cleaning up cache
1d03633c 29 id-token: write # mandatory for trusted publishing
30 secrets: inherit