Files
python-types-requests-rpm/.gitea/workflows/copr-dispatch.yaml
T
demus 216569da0a Upgrade to 2.32.4
Add gitea workflows
2026-03-02 21:51:31 +01:00

26 lines
797 B
YAML

name: Build and provide rpm of python-types-requests
run-name: Build python-types-requests from ${{ gitea.repository }} on COPR
on:
workflow_dispatch:
inputs:
fedora_release:
type: choice
description: 'Choose a fedora release'
required: true
options:
- 'f43'
- 'rawhide'
jobs:
rpmbuild:
runs-on: ${{ inputs.fedora_release }}-minimal-copr
steps:
- name: Check out repository code
uses: https://git.demus.dk/actions/git-clone@main
- name: Build src.rpm and send to COPR
uses: https://git.demus.dk/actions/copr-build@main
with:
copr_config: ${{ secrets.COPR_API_CONFIG }}
copr_project: gitea
fedora_release: ${{ inputs.fedora_release }}
specdir: rpm