Update .gitea/workflows/deploy.yml
Some checks failed
deploy / deploy (push) Failing after 7s

This commit is contained in:
2024-08-04 03:42:40 +00:00
parent 122fa397ef
commit 22759bdbeb

View File

@@ -10,8 +10,8 @@ jobs:
- uses: actions/setup-python@v2 - uses: actions/setup-python@v2
with: with:
python-version: '3.12.4' # Version range or exact version of a Python version to use, using SemVer's version range syntax python-version: '3.12.4' # Version range or exact version of a Python version to use, using SemVer's version range syntax
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified #architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
- run: python my_script.py #- run: python my_script.py
#strategy: #strategy:
# matrix: # matrix:
# python-version: [ '2.x', '3.x', 'pypy2', 'pypy3' ] # python-version: [ '2.x', '3.x', 'pypy2', 'pypy3' ]