1
0

Packaging pipeline
Some checks failed
Python Package / Package (push) Failing after 0s

This commit is contained in:
Jon Michael Aanes 2023-12-04 16:55:43 +01:00
parent e99dee7a86
commit 95a446dbd1

View File

@ -0,0 +1,10 @@
name: Python Package
on: [push]
jobs:
Package:
uses: jmaa/workflows/.gitea/workflows/python-package.yaml@main
secrets:
PIPY_REPO_USER: ${{ secrets.PIPY_REPO_USER }}
PIPY_REPO_PASS: ${{ secrets.PIPY_REPO_PASS }}