Update .gitea/workflows/deploy.yml
This commit is contained in:
@@ -5,6 +5,9 @@ on: [push]
|
|||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: "homesrv01"
|
runs-on: "homesrv01"
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
python-version: [ '2.x', '3.x', 'pypy2', 'pypy3' ]
|
||||||
steps:
|
steps:
|
||||||
# - name: update
|
# - name: update
|
||||||
# run: |
|
# run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user