Bumped workflows to v6.20
This commit is contained in:
parent
4e19c7e1cd
commit
a13483f4ba
|
@ -2,10 +2,10 @@ name: Python Package
|
||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
Test:
|
||||||
|
uses: jmaa/workflows/.gitea/workflows/python-test.yaml@v6.20
|
||||||
Package:
|
Package:
|
||||||
uses: jmaa/workflows/.gitea/workflows/python-package.yaml@v6.18
|
uses: jmaa/workflows/.gitea/workflows/python-package.yaml@v6.20
|
||||||
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 }}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user