feat: pin check action
All checks were successful
Build psycopg2 / check-version-exists (push) Successful in 6s
Build pycairo / check-version-exists (push) Successful in 6s
Build psycopg2 / Build wheels on ubuntu-latest (push) Successful in 3m11s
Build pycairo / Build wheels on ubuntu-latest (push) Has been skipped

This commit is contained in:
Oskar Manhart 2025-06-12 18:43:16 +02:00
parent 67480bf24d
commit 5a3f602505
2 changed files with 4 additions and 2 deletions

View file

@ -4,6 +4,7 @@ on:
workflow_dispatch:
schedule:
- cron: "0 10 * * 0"
push:
env:
REPOSITORY_URL: https://cmwedding-bot:${{ secrets.FORGEJO_TOKEN }}@git.weddingfactory.eu/api/packages/cmwedding/pypi
@ -17,7 +18,7 @@ jobs:
steps:
- id: check
uses: https://git.weddingfactory.eu/cmwedding/wheels@check-action
uses: https://git.weddingfactory.eu/cmwedding/wheels@f3ba8cbc3c3e080b14c8f244e531eaf36102959a
with:
pypi-base-url: ${{ env.REPOSITORY_URL }}
pypi-package: psycopg2

View file

@ -4,6 +4,7 @@ on:
workflow_dispatch:
schedule:
- cron: "0 10 * * 0"
push:
env:
REPOSITORY_URL: https://cmwedding-bot:${{ secrets.FORGEJO_TOKEN }}@git.weddingfactory.eu/api/packages/cmwedding/pypi
@ -17,7 +18,7 @@ jobs:
steps:
- id: check
uses: https://git.weddingfactory.eu/cmwedding/wheels@check-action
uses: https://git.weddingfactory.eu/cmwedding/wheels@f3ba8cbc3c3e080b14c8f244e531eaf36102959a
with:
pypi-base-url: ${{ env.REPOSITORY_URL }}
pypi-package: pycairo