Update .gitea/workflows/deploy.yml
Some checks failed
deploy / deploy (2.x) (push) Failing after 9s
deploy / deploy (3.x) (push) Failing after 8s
deploy / deploy (pypy2) (push) Failing after 7s
deploy / deploy (pypy3) (push) Failing after 7s

This commit is contained in:
2024-08-04 03:37:12 +00:00
parent 7fc5dbe23d
commit 4e97d37196

View File

@@ -5,6 +5,9 @@ on: [push]
jobs:
deploy:
runs-on: "homesrv01"
strategy:
matrix:
python-version: [ '2.x', '3.x', 'pypy2', 'pypy3' ]
steps:
# - name: update
# run: |