Files
python-types-requests-rpm/.gitea/workflows/rpmbuild-release.yaml
T
demus 098c37fb30
Build and provide rpm of python types-requests / Run rpmbuild (f44) (release) Has been cancelled
Build and provide rpm of python types-requests / Run rpmbuild (rawhide) (release) Has been cancelled
Build and provide rpm of python types-requests / Start build on COPR (f43) (release) Successful in 3m10s
Build and provide rpm of python types-requests / Start build on COPR (rawhide) (release) Successful in 2m40s
Build and provide rpm of python types-requests / Run rpmbuild (f43) (release) Has been cancelled
Build and provide rpm of python types-requests / Start build on COPR (f44) (release) Successful in 3m12s
Consolidate workflows
2026-03-28 01:23:51 +01:00

20 lines
646 B
YAML

name: Build and provide rpm of python types-requests
run-name: Rpmbuild python types-requests by @${{ github.actor }}
on: [release]
jobs:
rpmbuild:
name: "Run rpmbuild"
strategy:
matrix:
rpmbuilder: [ f43, f44, rawhide ]
runs-on: ${{ matrix.rpmbuilder }}-minimal-rpmbuild
steps:
- name: Check out repository code
uses: https://git.demus.dk/actions/git-clone@main
- name: Build the rpms
uses: https://git.demus.dk/actions/rpmbuild@main
- name: Deploy to packages
uses: https://git.demus.dk/actions/rpm-deploy@main
with:
pat: ${{ secrets.RPM_REPO_WRITE }}