generated from demus/python3-rpm-template
16 lines
529 B
YAML
16 lines
529 B
YAML
name: Build and provide rpm of python3-pyp2spec-rpm
|
|
run-name: Rpmbuild python3-pyp2spec-rpm by ${{ github.actor }}
|
|
on: [ release ]
|
|
jobs:
|
|
rpmbuild:
|
|
runs-on: f41-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 }}
|