1
0

Python package workflows
Some checks failed
Python Package / Package (push) Failing after 20s

This commit is contained in:
Jon Michael Aanes 2024-04-08 13:49:27 +02:00
parent c95cca8801
commit 9946e593bd

View 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 }}