Bumped workflows to v6.20
This commit is contained in:
parent
4e19c7e1cd
commit
a13483f4ba
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user