feat: move action to own branch

This commit is contained in:
Oskar Manhart 2025-05-31 11:58:22 +02:00
parent ee1dcf4a21
commit ed6097b3fe
3 changed files with 11 additions and 76 deletions

View file

@ -11,11 +11,17 @@ env:
jobs:
check-version-exists:
runs-on: ubuntu-latest
uses: ./.forgejo/workflows/check-version-exists.yaml
with:
pypi-base-url: ${{ env.REPOSITORY_URL }}
pypi-package: pycairo
github-repository: "pygobject/pycairo"
outputs:
version: ${{ steps.check.outputs.version }}
steps:
- id: check
uses: https://git.weddingfactory.eu/wheels@check-action
with:
pypi-base-url: ${{ env.REPOSITORY_URL }}
pypi-package: pycairo
github-repository: "pygobject/pycairo"
build:
name: Build wheels on ${{ matrix.os }}