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
20 lines
646 B
YAML
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 }}
|