1
0

Bumped workflows to v6.20
Some checks failed
Python Package / Test (push) Successful in 23s
Python Package / Package (push) Failing after 20s

This commit is contained in:
Jon Michael Aanes 2024-05-04 23:21:26 +02:00
parent 4e19c7e1cd
commit a13483f4ba
Signed by: Jmaa
SSH Key Fingerprint: SHA256:Ab0GfHGCblESJx7JRE4fj4bFy/KRpeLhi41y4pF3sNA

View File

@ -2,10 +2,10 @@ name: Python Package
on: [push]
jobs:
Test:
uses: jmaa/workflows/.gitea/workflows/python-test.yaml@v6.20
Package:
uses: jmaa/workflows/.gitea/workflows/python-package.yaml@v6.18
with:
PUBLISH: true
uses: jmaa/workflows/.gitea/workflows/python-package.yaml@v6.20
secrets:
PIPY_REPO_USER: ${{ secrets.PIPY_REPO_USER }}
PIPY_REPO_PASS: ${{ secrets.PIPY_REPO_PASS }}