feat: move action to own branch
This commit is contained in:
parent
ee1dcf4a21
commit
ed6097b3fe
3 changed files with 11 additions and 76 deletions
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue