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

This commit is contained in:
2024-08-04 03:44:13 +00:00
parent 22759bdbeb
commit e80f85b1bf

View File

@@ -8,8 +8,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.12.4' # Version range or exact version of a Python version to use, using SemVer's version range syntax
# with:
# 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
#- run: python my_script.py
#strategy: