Python package
This commit is contained in:
parent
87189f1bd8
commit
542dcac45c
9
.gitea/workflows/package.yml
Normal file
9
.gitea/workflows/package.yml
Normal 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 }}
|
Loading…
Reference in New Issue
Block a user