This commit is contained in:
parent
c95cca8801
commit
9946e593bd
11
.gitea/workflows/package.yml
Normal file
11
.gitea/workflows/package.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
name: Python Package
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
Package:
|
||||
uses: jmaa/workflows/.gitea/workflows/python-package.yaml@v6.03
|
||||
with:
|
||||
PUBLISH: true
|
||||
secrets:
|
||||
PIPY_REPO_USER: ${{ secrets.PIPY_REPO_USER }}
|
||||
PIPY_REPO_PASS: ${{ secrets.PIPY_REPO_PASS }}
|
Loading…
Reference in New Issue
Block a user