1
0

Python package

This commit is contained in:
Jon Michael Aanes 2024-02-25 01:53:23 +01:00
parent 87189f1bd8
commit 542dcac45c

View File

@ -0,0 +1,9 @@
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 }}