1
0

Bump .gitea to 6.00
Some checks failed
Python Package / Package (push) Failing after 24s

This commit is contained in:
Jon Michael Aanes 2024-03-30 16:15:46 +01:00
parent 2cf41d3519
commit eece004570
Signed by: Jmaa
SSH Key Fingerprint: SHA256:Ab0GfHGCblESJx7JRE4fj4bFy/KRpeLhi41y4pF3sNA

View File

@ -3,7 +3,9 @@ on: [push]
jobs: jobs:
Package: Package:
uses: jmaa/workflows/.gitea/workflows/python-package.yaml@v5.22 uses: jmaa/workflows/.gitea/workflows/python-package.yaml@v6.00
with:
PUBLISH: true
secrets: secrets:
PIPY_REPO_USER: ${{ secrets.PIPY_REPO_USER }} PIPY_REPO_USER: ${{ secrets.PIPY_REPO_USER }}
PIPY_REPO_PASS: ${{ secrets.PIPY_REPO_PASS }} PIPY_REPO_PASS: ${{ secrets.PIPY_REPO_PASS }}