1
0
requests_util/.gitea/workflows/python-package.yml
Jon Michael Aanes bfc6cb5387
Some checks failed
Test and Package Python / Test (push) Successful in 20s
Test and Package Python / Package (push) Failing after 21s
Bumped pipelines
2024-05-27 21:55:36 +02:00

15 lines
397 B
YAML

name: Test and Package Python
on: [push]
jobs:
Test:
uses: jmaa/workflows/.gitea/workflows/python-test.yaml@v6.21
Package:
uses: jmaa/workflows/.gitea/workflows/python-package.yaml@v6.21
with:
REGISTRY_DOMAIN: gitfub.space
REGISTRY_ORGANIZATION: jmaa
secrets:
PIPY_REPO_USER: ${{ secrets.PIPY_REPO_USER }}
PIPY_REPO_PASS: ${{ secrets.PIPY_REPO_PASS }}