1
0
socials-util/.gitea/workflows/package.yml
Jon Michael Aanes aa925275f1
Some checks failed
Python Package / Python-Test (push) Failing after 17s
Python Package / Python-Package (push) Failing after 18s
Update to new pipelines
2024-05-23 00:34:18 +02:00

15 lines
402 B
YAML

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